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
2
votes
0 answers
Elasticsearch: Highlight for list (array) property
I'd like to create "movie characters result suggest" with Elasticsearch. I just finished reading this tutorial and lot of other resources, but I need a help :/
I want to get results when I type:
any first characters from name
or any first…

nagmanat
- 29
- 3
2
votes
2 answers
Empty/blank drop down, android custom search suggestion
I have a simple search widget and I have a hard time implementing the custom search suggestion function into my app.
The Google Api documentation on "Building a suggestion table" is really poorly documented. So far I have managed to get my…

Edmond Tamas
- 3,148
- 9
- 44
- 89
2
votes
1 answer
Add Google suggestions to custom search provider in Firefox
my custom search provider for Firefox is broken. It worked like a charm until very recently. Can somebody show me how to fix it? It looks like this.
Google…

twigmac
- 1,772
- 3
- 21
- 38
2
votes
3 answers
How to autocomplete across multiple fields in Solr
I am trying to implement auto-complete feature for search using Solr's suggester component. I want to give suggestions across multiple fields. I have 2 fields taxonomy and tag which I want to provide in suggestions. Eg if the search query is neck…

nish
- 6,952
- 18
- 74
- 128
2
votes
2 answers
Don´t launch a new Activity when selecting a search suggestion Android
I'm developing an android app, and I've been watching some examples from the sdk, in particular the Dictionary example. The problem is that all this examples launch a new activity when a search suggestion is selected.
The way my app works, that is…

danielrvt-sgb
- 1,118
- 5
- 17
- 33
2
votes
1 answer
Find my app in Home Screen search by keyword
I'm pretty sure I have already read this somewhere, but I just can't find it anymore. There are a couple of apps which are found by searching after some defined keywords in the iOS Home Screen search while these keywords differ from the app…

gasparuff
- 2,295
- 29
- 48
2
votes
1 answer
Solr whitespace suggester/query analyser
I would like to know if it is possible to have a whitespace suggester? I worked with the suggester but it only gives tokens results.
Example of what I'm looking for:
Indexed item: b123-456
This gets tokinized as B123 and 456.
Now the user is…

DavidVdd
- 1,020
- 3
- 17
- 40
2
votes
2 answers
Android SearchSuggestSelection enable query startswith instead of contains search
I'm using the Android SearchRecentSuggestionsProvider and Searchable Configuration to display previous in app searches and would like to limit the suggested responses to only return enteries that start with ? (what the user is typing)
currently…

scottyab
- 23,621
- 16
- 94
- 105
1
vote
0 answers
Solr spellcheck problems
I have a weird problem with the spellcheck suggestions of Solr.
I search for a term like this (a product-number for example): 08p17a6
With this term, i find documents in my index.
I have enabled spellcheck=true. So besides documents, solr also gives…

Shufla
- 872
- 4
- 10
1
vote
5 answers
Solr Suggester "autocomplete" component with php
I use apache-solr-3.5.0 and i want make an something like : http://www.kaufda.de/Berlin
(Phrase suggestion)
I used the Suggester - (a flexible "autocomplete" component for Solr)
Like described on this article :…

ZendMind
- 101
- 1
- 3
- 7
1
vote
0 answers
vscode suggestion doesn't show me the little square color block near to the name variable
this may seem trivial but it is important to me.
I work with a lot of variables in the :root, unfortunately when I want to use the variables in another file with var(), the little color block next to the name does not appear, just the name is…

Nabs
- 61
- 5
1
vote
1 answer
Flutter TextFormField suggestion or auto complete
I want to implement suggestions inside textFormField. same as below
So, I've searched regarding this but with no success. Everywhere I've got is suggestions inside list. Which is easy to do. If you have any suggestions then please add your valuable…

Rohan Jariwala
- 1,564
- 2
- 7
- 24
1
vote
0 answers
Solr Suggester returns 0 results when context language is en-AU
I have a list of product pages for one of my Australia sites where the content is in 2 language versions:
EN
en-AU
I have a search suggestion box where I am trying to populate few of the title fields through a computed field named as…
1
vote
1 answer
React with Firestore autocomplete
Using ReactJS, Firestore - Firebase v9.
I have an autocomplete search bar on my web, built with just pure React. The question that I am trying to solve for at least one month is, if I can make this autocomplete input work with Firestore - (user type…

Simon
- 63
- 9
1
vote
1 answer
How to give a suggestion from the sphinx index?
I wonder if there is a way to give a suggestion from the sphinx index.
for instance,
when I search 'sadfasasas' on google, I get 6 results.
and it said.' Do you mean "sasasasas".
when I search by 'sasasasas', I get 289,000 results.
How…

dexterdeng
- 249
- 3
- 13