-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search not 100% accurate? #126
Comments
Hi! Awesome that you like List.js! I'm currently at vacation without a computer so I'll take a look at your problem when I'm back home next week! On Sun, May 26, 2013 at 9:09 AM, shotrox notifications@github.com wrote:
|
So cool how fast you reacted! Thank you and enjoy your vacation no rush. Yeah I am totally in love with it. A beauty of code! So smooth and light I just married it with tooltipster.js another cool piece of code. Let me From: Jonny Strömberg notifications@github.com Hi! Awesome that you like List.js! I'm currently at vacation without a computer so I'll take a look at your On Sun, May 26, 2013 at 9:09 AM, shotrox notifications@github.com wrote:
‹ |
I am using List.js with 15 000 and it loads in less than 2 seconds :) (in that case it is better to load the data as json with ajax request) |
Hehe, I looked at the code and it took me some time to figure this one out. But here is the problem: <div style="display:none" class="age">48<span class="category">male</span></div> The This is the way you should do it. <div style="display:none"><span class="age">48</span><span class="category">male</span></div> |
That makes sense although the search for age and male/female works The issue is that when you start typing search terms in the search bar it It is not a big deal because people don't really figure that out, especially I was just curious why that happens. Maybe other words or code is also From: Jonny Strömberg notifications@github.com Hehe, I looked at the code and it took me some time to figure this one out. 48male
The category is inside age which means that you can search for ex category This is the way you should do it. 48male
‹ |
Hi
I love this plugin, it is just what I was looking for. Can you explain why it finds stuff that is not there though?
On http://www.actrox.com/search-actors/ when you start typing in the search input it works well when you for example type 'b' - it only finds Brad Pitt - but when you type 'g' it "finds" everyone... How come? What areas are searched?
Thanks
Alexander
The text was updated successfully, but these errors were encountered: