30 comments found.
any update for the support?
Hi! Thanks for reaching out. I’ll be happy to help. This plugin is designed to search a set content by keyword. Are you building your page as a html site or wordpress?
How can I make Simple Content Search insensitive to accents?
Hi! I’ll be happy to help you. Can you elaborate on what you mean?
With this script I can search the contents of pdf, doc, docx, etc files?
Hi,
This script is designed to search the content of the page, not external files. However If you could tell me what you’re trying to accomplish, I’m sure I can help you achieve your goal.
xxcriversxx
Hello Excellent script but I need to use your script on pages with multiple tables, so I placed the div searchable outside of all this tables and its working, but when I do a search the title <thead> of other tables with no results its showing, its there a way to avoid that? you can see an screenshot here
http://costaricaluxurymansion.com/image.png
Please let me know.
Thank you
Hi, I’ll be happy to assist you. Any chance you can show me a link?
Hi, sure thank you for the fast response
http://conciergevipcostarica.com/billing/weekly-balance.htmlOk, after reviewing your site there are a number of things we can do. Currently, the plugin is designed to search only the specified sections but this can be customized to whatever you’d like. It appears as though its behaving as you are describing. Am I missing something?
Yes its working really well, the only issue its if you do a search for “11DAVIDB9” for example, that its on the last table, the system will display it, but the problem its that its also displaying the tables titles above where there its not match for the search, so I would like to see if there its a way to just display the table title were the 11DAVIDB9 account its displayed, we can provide payment for this customization if needed. Thank you
Hi, thanks for your patience. Would you be able to jump on a brief skype call?
Can not seem to get this to work for h4 tags inside a div
———head
<script src=”js/jquery.js”></script> <!-v2.1.0>
<script src=”js/simpleContentSearch.js”></script>
<script src=”js/custom.js”></script>
——-/head
>
——-body
<input type=”text” name=”keyword” class=”searchBoxActive”>
>
——custom.js folder
$(document).ready(function(){
$(’.searchFilter’).simpleContentSearch({
‘active’ : ‘searchBoxActive’,
‘normal’ : ‘searchBoxNormal’,
‘searchList’ : ‘searchable’,
‘searchItem’ : ‘h4’
});
});
——/js
Add a user
First
-----/body
Come To me
Second
up and away
Third
Hi, thanks for reaching out. I will be happy to assist you. Can you send me a link to your site so that I may take a look?
Hello, it is local and wont be on the internet, so I don’t have a link, is there another way?
No worries, if you take a look at the demo you can get a better idea of how to set this up. Try using the demo as a base and just change the parameters in the plugin call to match your use. For example, the demo is setup with:
$(document).ready(function(){
$('.searchFilter').simpleContentSearch({
'hover' : 'searchBoxHover',
'active' : 'searchBoxActive',
'normal' : 'searchBoxNormal',
'searchList' : 'searchable tr',
'searchItem' : 'td'
});
});
If you want to search paragraphs for example, simply change it to:
$(document).ready(function(){
$('.searchFilter').simpleContentSearch({
'hover' : 'searchBoxHover',
'active' : 'searchBoxActive',
'normal' : 'searchBoxNormal',
'searchList' : 'searchable', // This represents the class of the parent container...
'searchItem' : 'p'
});
});
I created a link, Can I email you the link? or message you
Sure, please send me a link using the form on my profile page.
Cheers!
xxcriversxxSent and thanks for the quick responses to help me.
Responded!
Hello, did you receive the zip file, thanks?
Yup, responded! 
Pre-sale question; i have different versions of jquery and javascripts and sometimes there are some conflicts. If i buy and it doesn’t work, what happens? Thanks
It will work since I use the non conflict expression. If you have issues, I will be happy to help you sort it out however.
However, I have the content like this:
Preguntas más frecuentes
1- Encontrar y reservar un Espacio
¿Cómo puedo saber el precio del alquiler de un Espacio?¿Cómo me puedo asegurar de qué el Espacio está disponible antes de hacer la reserva?
¿Cómo puedo obtener más información acerca de los Servicios disponibles, precios fines de semanas, etc?
and I would like to search in the a href. How should I modify the script to search in href? Thanks!
<div class="row conteiner-row">
<div class="large-12 columns searchable">
<div class="wrapper-text">
<h1>Preguntas más frecuentes</h1>
<h5 class="faq">1- Encontrar y reservar un Espacio</h5>
<a href="#pregunta1" class="faq">¿Cómo puedo saber el precio del alquiler de un Espacio?</a><br />
<a href="#pregunta2" class="faq">¿Cómo me puedo asegurar de qué el Espacio está disponible antes de hacer la reserva?</a><br />
<a href="#pregunta3" class="faq">¿Cómo puedo obtener más información acerca de los Servicios disponibles, precios fines de semanas, etc?</a><br />
</div></div></div>
Thanks for reaching out. It’s hard to understand your vision from this text. Can you send me a link so I can take a look?
xxcriversxx
Hi, I am working on my local server… Can i send you the html or any other way to do it? Thanks!
Sure, send me a message using the form on my profile page.
Ok, but I can’t attach anything… How can I do? Thanks!
If you send the message, it starts and email chain. Once that is initiated, we can send files freely. 
<! ? -- How can I make as “searchable” the following items on my page <article class=”portfolio”>,>, , and
<!—The code on my page is: <article class=”portfolio” data-category=”doc_vid”> <section class=”thumbImage”>
Life Savers
Corporate Video
</section> </article>—>i want to include < p > , < article > <section > < h3 > as searchable . Please help. Thanks
Hi,
Thanks for reaching out. We will be happy to assist you! So just to clarify, you need help with installation? The plugin will already search through these elements once it is properly installed.
Hi! Thanks for the prompt reply. The page is in HTML5 and uses CSS. It does not have <tables>. I have placed the code as best as I could but it doesn’t seem to work. Am I missing something? Can you please check the beta demo at amitavsamazder.com/beta3 Thanks!
I want the plugin to search only the data of the Portfolio section (“article”, “section”, “h3”, and “p”).
Thanks for clarifying. This plugin searches a block of content and does not include filtering specific DOM elements on top of it. However I’d be happy to build you custom functionality if you need it. If interested, please send me an email using the form on my profile page.
xxcriversxx
Hi! I’ve sent you an email. Please respond at the earliest. Thanks.
Got it, thanks!
Hi! Yesterday, I replied to the email. Waiting eagerly to hear from you. Thanks, A
From here on, lets just use email to stay organized.
Hello,
I am Kevin, and I want to know could this use in Magento? The site is using the code below. But there is lots of issue about it. If your search plugin can fix my problem, I would buy it.
Function: Search sku (CB-SU-201-WS) and product keyword (Fit 02-14 SUZUKI 3-BICYCLES REAR TRUNK MOUNT RACK CARRIER)
$j(”#searchBtn2”).click(function(){ var searchText = $j(”#productInput2”).val(); if(searchText.indexOf(’-’)>=0){ baseURL=”<?php echo $this->getBaseUrl() ?>”“catalogsearch/advanced/result/?sku=”$j(”#productInput2”).val(); window.location = baseURL; }else{ baseURL=”<?php echo $this->getBaseUrl() ?>”“catalogsearch/advanced/result/?name=”$j(”#productInput2”).val(); window.location = baseURL; } });
Yes, this can be used with Magento or any CMS for that matter since its done purely with javascript. 
xxcriversxx
I love the simplicity of your search plugin.
Can the data be hidden, so that only the info that matches the search criteria is displayed?
Thanks and regards, netniks
Yes, there is already an option that allows this. 
Can I use this to filter div’s based on the content within them?
Yes, what are you using it for?
hi author, how to works the script inside ajax load function?
This works well with ajax. You just need to make sure you load the content on the page prior to the user using the search function. How familiar are you with jquery?
xxcriversxx
The script doesn’t work no matter what i do Please help.
Absolutely. Have you taken a look at the demo? This shows you a perfect example on how to use.
yes i did but nothing works. kindly advise a solution
The demo works, there must be something wrong on your setup. Do you have a link I can see?
Hello author i want to use this plugin for a project will it still work if i use a html file not a table with id tags like this
<?xml version=”1.0” encoding=”utf-8” standalone=”no”?> <!DOCTYPE html PUBLIC ”-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”> <head> <title>Sample Html</title> <link href=”articles.css” media=”all” rel=”stylesheet” type=”text/css” />
<style type=”text/css”> .bk{ font-weight:bold; font-family:”Trebuchet MS”; font-size:25px; color:#990000;} .cp{font-weight:bold; font-family:”Trebuchet MS”; font-size:25px; color:#0000FF;} .vs{font-family:”Trebuchet MS”; font-size:20px; color:#000000;} a{font-family:”Trebuchet MS”; font-size:15px; text-decoration:none;font-weight:bold; color:#FF0000;} div{ line-height:22px; margin-bottom:12px} </style> </head>
Header Chapter 1 content here 3 content here 2 content here i want to display whole div class paragraph if the search term matches like any id 1 content herei guess code is not being displayed here
see the image
Hello,
Unfortunately, this plugin is not designed to handle separate files.
Thanks, xxcriversxx
ok will it search properly if i use it within same html i want to use it for a html ebook for search feature will it handle around 6000 li
Sumgeeks,
Yes it will handle any amount of data, however it would only work on data that is already loaded in the DOM. I hope this helps.
xxcriversxx
I have tried to install the plug-in but it does not seem to be working. I am running latest Wordpress version. Can you please help
Hello,
It seems that you are not using this correctly. This is a jQuery plugin not a Wordpress plugin. As a result, this will not install using the Wordpress admin. You will need to manually install this into your theme.
Regards, xxcriversxx
Hey i am interested in purchasing this tool of yours, but will this search on content found under collapse accordion and still display results?
sidy,
Yes absolutely. It will search content whether it is visible or not. However I will need to see your specific accordion implementation to tell you exactly what to do but I’m positive it will work. My code is extremely light weight so it will work well with plugin you are currently using.
Hello xxcriversxx,
I’m pretty familiar with CSS , a bit less with jquery..
Thanks for your help ! 
Sounds good. Then maybe it will be a little better if i just do it for you. Send me an email and i will take care of you.
Thanks, xxcriversxx
Hi,
Is it possible to hide the content before the search (that way, the user can see the content as a result of the search, but not the entire content on the page) ?
Thanks !
SamuelAtman,
Yes, how familiar are you with jquery and css? I just want to know to help me better explain it to you.
xxcriversxx
Not sure what you came up with, but i was able to get it to work. I just added a class to the searchItem like this:
‘searchItem’ : ‘td.search’
Seems to be doing the job. Thanks.
trobbins23,
Hey I meant to respond to you sooner. Nice work figuring it out!
xxcriversxx
xxcriversxx, Any more thoughts on this this? I’m curious to know if you have a solution I can use for my site..
trobbins23,
Let me take a look this evening.
xxcriversxx
Ideally, I would only want to search a couple columns like NAME , and CLUB NAME .
Any help would be appreciated. Thanks