Questions tagged [search-suggestion]

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]?".

314 questions
0
votes
1 answer

How do I make Chrome's autocomplete drop-down appear only after I begin typing (instead of on initial mouse click)?

Please help! Recently (probably with version 66), Chrome began displaying its autocomplete-suggestion drop-down on the initial mouse click into a search field instead of waiting until a character is typed. How do I make Chrome go back to not…
0
votes
2 answers

suggestion in search view (height)

I've used the MaterialSearchView library, The point is that I used navigation drawer at this Activity before I used this library, so I had to use two layers for menu XML. I do not know if it is right or not. I've sampled the code I used to be: This…
HajAli
  • 49
  • 8
0
votes
0 answers

Wordpress Search Autocomplete/Suggestion plugins not working on frontend

So, i'm trying to trigger auto suggestion for search (using plugin) and it wont work on the front end search bar. However the plugins (all that I have tested) seem to work fine at dashboard area (back-end search bar above "All posts") which means…
Maryam
  • 11
  • 2
0
votes
0 answers

SOLR multiple language suggestions using the suggestcomponent

I am trying to use the following config to get multilanguage suggestions but it's not working. Is there a way to use SOLR suggester option to accomplish that.
0
votes
1 answer

Sort suggestions in solr based on the position of keyword

I am using Suggest component in solr 6.5 version. I have configured BlendidInfixLookupFactory to sort suggestions based on the search keyword. Below is my current configuration:
User1203
  • 77
  • 2
  • 11
0
votes
0 answers

Two SearchView components with different searchable configuration

Hi I have problem with planning implementation of specific search interface. I am making navigation application where you can navigate from point to point. For this I need two seachviews both with different searchable configuration, where I can…
0
votes
1 answer

How to add search suggestion on to ajax sucess

I need to add search suggestion to a text box. I was trying many ways. But I couldn't find correct way. I get data(arraylist) from back end using ajax.Then return it to jsp as json. Now I need to add search suggestion function to according to ajax…
Mapa
  • 61
  • 1
  • 2
  • 12
0
votes
1 answer

Search View Suggestions doesn't work with 2 toolbars

Good Morning Sirs I was able to reproduce the WhatsApp search bar as you can see in the image below: For this I created two toolbars and two menus as shown below: menu_item.xml
0
votes
1 answer

Number of fields returned by Solr Suggester

By the default Solr Suggester component is returning 3 fields for each of the suggestions: { "term": "electronics and computer1", "weight": 2199, "payload": "" } Is there a way to extend number of fields returned for each of the…
Dawid Rutkowski
  • 2,658
  • 1
  • 29
  • 36
0
votes
0 answers

OrientDB Suggestion Algorithm

My database is currently storing information related to user searches. For example we have a User and Term vertex. User has a property called employeeId while Term has a property called "q" which will contain the search query. We draw an edge called…
0
votes
1 answer

ElasticSearch suggesting from the middle of the phrase

Please help me with choosing ElasticSearch suggesting type. I have ElasticSearch index with big amount of companies, which have names like: "JSC Some company", "JSC Another company" and so on. The Completion suggester doesn't work because user…
Alex Zhulin
  • 1,239
  • 2
  • 22
  • 42
0
votes
1 answer

How to show values in suggestion instead of label jquery autocomplete and search should be process on the basic of label field

Here is the image of current working operation I am using jquery auto complete . But my problem is when i type item1 it shows item1 as suggestion. And i want to show when i type item1 is should be show zzz1 inside suggestion box. My code is…
begginer
  • 83
  • 1
  • 11
0
votes
2 answers

Completion Suggester in elasticsearch in mutifield

I'm using elasticsearch for the first time. I'm trying to use completion suggester in multi-field key, although I don't see any error but I don't get the response. Mapping creation: PUT /products5/ { "mappings":{ "products" : { …
rampuriyaaa
  • 4,926
  • 10
  • 34
  • 41
0
votes
0 answers

Click once from search suggestion

I still have to double click the suggested searches before redirecting it to its link. Recently I've added the tabindex for the hide() and show() methods to work Here are my code: getSuggestion(name) { $('.suggestion').show(); this.search …
Char
  • 2,073
  • 8
  • 28
  • 45
0
votes
1 answer

How to search(Predicate) content from list like Xcode suggestion?

I think everyone notice XCode suggestions list. Check this screenshot As per Apple document doesn't provide what expected ouptut. NSPredicate *inPredicate = [NSPredicate predicateWithFormat: @"attribute CONTAINS[cd] %@", aCollection]; Provide…
Mathi Arasan
  • 869
  • 2
  • 10
  • 32