Tagged Questions

0
votes
3answers
24 views

In what scenarios can i use an auto-suggest textbox?

I have a list of brand names for a particular product in the db. I can either display it on the screen using a drop down or and auto-suggest textbox. I love the user experience of the auto-suggest …
0
votes
0answers
29 views

Insert an entry in the Auto Suggest Drop Down of the Browser

Hi, I'm talking about the default behavior of browsers here, not div related suggests tools. When you successfully submit a form, the browser stores the text you entered to suggest it to you later …
0
votes
2answers
32 views

How to set up a search similar to Amazon recommended product search?

I am trying to do something similar to Amazon recommended product search. For instance, if I have a database of products and when the user searches for a particular product then the database should …
0
votes
1answer
113 views

Change query argument of jQuery suggest plugin

This question is kind-of crappy because I try to get around some limitations: Current JS sends an ajax query with the following code jQuery('#searchbox').suggest('/?live=1'); What the server get …
14
votes
8answers
417 views

How to correct the user input (Kind of google “did you mean?”)

I have the following requirement: - I have many (say 1 million) values (names). The user will type a search string. I don't expect the user to spell the names correctly. So, I want to make kind of …
0
votes
1answer
204 views

Google suggest queries with Scriptaculous Autocompleter?

I'm trying to display Google suggested queries when a user types in a query into our search text field. Our goal is to combine Google suggested queries with the Scriptaculous Autocompleter. Here's …
1
vote
4answers
108 views

How does del.icio.us know what tags to suggest for a URL?

When I bookmark http://dbpedia.org/About, del.icio.us suggests "xml" and "programming" as tags. How does it know that the URL relates to these topics?
2
votes
3answers
75 views

How could I get data for an intelligent suggestion list?

I want to build a suggestion list where that when I enter "PHP" it knows to suggest "Web Development," and if I enter "Data Recovery" "or "Software Installations," it suggests "Information …
0
votes
1answer
303 views

How to consume Facebook’s “autocomplete anything” suggest-style dropdown

When you go to edit your favorite music or movies on Facebook, you will notice an autocomplete suggest list that is basically a list of "everything" (brand names, music artists, movies, etc.) How can …
1
vote
2answers
105 views

Web service for brand names (electronics, clothing, books, etc.)

Does anyone know of a web service that would allow me to search up brand names for a variety of items? Basically, I want a suggest-style dropdown to match brand names as I begin to type. I am …
6
votes
10answers
355 views

Algorithm for suggesting products

What's a good algorithm for suggesting things that someone might like based on their previous choices? (e.g. as popularised by Amazon to suggest books, and used in services like iRate Radio or YAPE …
1
vote
2answers
666 views

How do I implement intellisense-like suggestion boxes for a winforms textbox?

We have a textbox that the user enters sets of terms into, delimited by commas and separated by newlines. There may be thousands of valid terms, so we'd like to offer the user intellisense-style …
0
votes
2answers
166 views

Is ruby on rails plugin, acts_as_ferret, very buggy?

I am doing a very simple search on my DB using acts_as_ferret. I put this in my "Venue" model: acts_as_ferret :fields => [:name, :city] And this is in my controller search action: @t = …
0
votes
1answer
612 views

jquery Google type suggest with restrict to list

I currently have functionality on a page to give a user suggestions based on what they type in a text box (jquery suggest). The functionality I would like to add is to restrict what gets selected / …
1
vote
2answers
135 views

Asp.Net Search, found changes on key press.

I am trying to implement a search bar in Asp.Net where the results change with every key press. I want the search bar to contain a drop down list of available results pertaining to what they have …

1 2 next
15 30 50 per page