A search suggestion can be made by a search engine when it discovers that the enduser entered poor or unknown keywords. The search engine will then suggest better keywords as in "Don't you mean [keywords]?".
Questions tagged [search-suggestion]
314 questions
-1
votes
2 answers
word suggestion based on input algorithm?
I am thinking of creating a web site, which lets people to rate restaurants. Since I don't have a database containing all the restaurants, this web site relies on user's inputs.
But there is a problem of this method, because people may use different…

Bill Yan
- 3,369
- 4
- 27
- 42
-1
votes
1 answer
Flutter TextFormField should give suggestions based on data in firebase
Can anybody give me a hint ? If you need further information please write a comment.

Felixxxx
- 3
- 1
-1
votes
1 answer
which framework is best for hybrid android application
I need a suggestion which framework is best for hybrid application developer whether flutter or react native because nowadays flutter git community is becoming strong but is this a best choice for native android developer

Asif Ashraf
- 13
- 1
- 7
-1
votes
1 answer
Implementing dropdown suggestions for SearchView
I have a SeachView object.
What I want to implement is what is presented from the picture here at the top.
I want to keep it simple and only load data from an Arraylist of Strings, not need for some fancy local storage fetching etc - leave that…

Alon Shlider
- 1,187
- 1
- 16
- 46
-1
votes
2 answers
Word Suggestion program
Suggest me a program or way to handle the word correction / suggestion system.
- Let's say the input is given as 'Suggset', it should suggest 'Suggest'.
Thanx in advance. And I'm using python and AJAX. Please don't suggest me any jquery modules cuz…

Mojo_Jojo
- 939
- 4
- 13
- 26
-1
votes
1 answer
Rendering the JSON loaded from backend to users Machine when first call is made by User
I would like to create an input element where if users enter the first letter, the user should be able to see the suggestions. If for example, users enter "A", all the country names that start with "A" should be suggested. Instead of making the…

Sai c
- 31
- 1
- 6
-1
votes
1 answer
Is there a way to autocorrect spellings in solr and return additional fields corresponding to corrected value?
I have used suggester component in SOLR but I feel its more limited due to the fact that I lose control over the values and the fields (if I am in interested in getting back other fields along with my corrected spelling).
I am currently using…

Learner
- 2,303
- 9
- 46
- 81
-1
votes
1 answer
Android Studio, Search Activity (No data found massage)
I'm a beginner at Android development. I have a problem trying to show in a List view that the query doesn't bring any result. I just appear blank (nothing) without indications.
I'm using a Search dialog with customs suggestions, and when I start…

Gabi
- 1
- 3
-1
votes
1 answer
Show suggestions in a list one by one
How can I show suggestions in a list one by one?
When I run the below codes, I get this as my suggestion when I type in google: ["Google", "Gmail", "Google Maps"].
I want the suggestions to be shown in this way:
Google
Gmail
Google Maps
How can I…

HFial1964
- 19
- 6
-1
votes
1 answer
Can't select suggestions when I click on them
I can't select any suggestions when I click on them.
I want the suggestions can be clicked, selected and changed color when I hover on them.
How can I do this?
This is my current code:

HFial1964
- 19
- 6
-1
votes
1 answer
Implement QSB like suggestions in android app
I need to give a search box in my android app. As the user starts typing in the search text, I need to show him relevant suggestions. (As we see in the google-search widget on the home screen. If we see from the logs,…

AndroidGuy
- 1,270
- 4
- 15
- 32
-1
votes
3 answers
How to count votes for qualitative survey answers
We are creating a website for a client that wants a website based around a survey of peoples' '10 favourite things'. There are 10 questions that each user must answer, e.g. 'What is your favourite colour', 'Who is your favourite celebrity', etc.,…

Audity
- 49
- 3
- 11
-4
votes
1 answer
Search Engine suggestion - link (form complete)
I need to create search engine in my app. When user types e.g. "Buy 100 White Batman T-shirts", it should automatically open page with filled inputs (Page Buy -> Article: Batman T-shirt, Qty: 100, Color: White).
Also, if user types "Buy", it should…

dejanmarich
- 1,235
- 10
- 26