Autosuggest is an UI feature provided by applications, where the program predicts and shows a list of possible options that the user wants to choose from without the user actually typing it in completely.

learn more… | top users | synonyms (1)

-1
votes
0answers
12 views

Lucene Autosuggest

I want to create a Lucene autosuggest for my website. The basic functionality should be: Autosuggest should have all the words used in the website. The approach I tried to follow: public ...
0
votes
3answers
29 views

Dynamic UL is not picking up the css? Or am I doing the css wrong? [closed]

I am using Typeahead auto suggest. Unfortunately I cannot use the bootstrap css since it will break the whole site. So I am basically trying to manually style the dynamically generated ul that pops ...
1
vote
2answers
34 views

how to show possible matching suggestions for text being typed in an edittext?

i'm creating an Application where there is a part where user needs to enter the state,city and district in an Edittext. while entering the state I need to show some possibly matching suggestions with ...
0
votes
1answer
23 views

Evaluating JSON from popular auto-suggests

I was evaluating the various ways in which the big guys implement auto suggest. These are my observations.(Search string used was "ab") Questions towards the end. Yahoo tries something like this, ...
1
vote
0answers
38 views

Can phpstorm suggest variables from included files?

I have included some files in my php script using include and I am using variables and functions defined in my included files. Is there any way to configure PhpStorm in such way to show this kind of ...
0
votes
0answers
14 views

Configure Solr Suggester to return same phrase as query

I'm using the Suggester component in Solr, and if I search for "iPhone 5" the suggestions never give me the same phrase, that is "iPhone 5." Is there any way to alter this behaviour?
0
votes
0answers
37 views

Jquery autocomplete cursor position set but it does not show all text

I am using jquery multiselect autosuggest. What happens is when I select multiple options and it crosses length of textbox it doesn't scroll through the textbox what I mean is you can see it on this ...
0
votes
2answers
54 views

Does JSF provide input component where suggestion for textbox reappears after space?

I am looking for JSF component similar to auto suggestion or combo-box but with extended functionality that options in drop down suggestions reappears after user has clicked space. In other words, ...
-1
votes
0answers
55 views

Jquery Auto suggest With select box

I want a select box where we can select the options manually as well we can search by typing in the same box. So by searching i found this link http://jqueryui.com/autocomplete/#combobox. If i am ...
0
votes
1answer
47 views

How to query Solr with auto-suggested/spell-corrected keyword in one request?

Many popular search dropdowns on sites like Amazon (example image) use autosuggested words along with grouping (Field Collapsing in Solr). While I can replicate the same functionality in Solr using ...
0
votes
1answer
40 views

Custom search autosuggest in Wordpress

I am trying to get an autosuggest search to work in Wordpress pulling data from a non WP table. I am using the Allow PHP in Posts and Pages plugin. My search page runs this code which is defined in ...
0
votes
0answers
33 views

How to continue autosuggestion text block after calling setSelection()?

I have a problem in Android 2.3. When I have some text previously entered in EditText, and then I call this code to move focus to the editor and to position caret at the end of line: ...
0
votes
0answers
21 views

android webview INVALID_STATE_ERR

I have web application that have autoSuggest.js lib and it works fine in all browsers fine but when I used android webview and when I put character it make the request fine and get the result but when ...
0
votes
1answer
38 views

Removing unwanted items from solr autosuggester

I am trying to implement auto suggest from a huge set of paragraphs that are indexed. But I would want to filter out certain unwanted words appearing in auto suggest. For example words like "and", ...
0
votes
3answers
83 views

Text filtering in listview from Edittext Android

I have a list of cities(around 2500 of them). I want the user to get auto suggestions when he types in the edittextbox from that list. How is this achieved? I have searched Google through and through ...
0
votes
0answers
34 views

Drew Wilson Autosuggest plugin - Disappearing scrollbar on dropdown list

I have a dropdown list with data and the plugin itself displays the data perfectly. Everything works perfectly in Firefox. But in Safari, Chrome and Opera clicking the scrollbar causes the dropdown ...
4
votes
1answer
82 views

android MultiAutoCompleteTextView - displaying custom views in it

I'm implementing MultiAutoCompleteTextView with email contact suggestions. What i want to have is to display contact badges in the MultiAutoCompleteTextView content instead of strings. The Gmail ...
1
vote
0answers
36 views

solr multi-word suggest zero results when full word is used

Field Definition <field name="programDescriptionLookup" type="suggest_simple" indexed="true" stored="false" multiValued="true"/> Field Type & Copy field <copyField ...
0
votes
0answers
63 views

jquery autocomplete - pass just one value, not the entire array

I'm hoping someone can help me out with this, I'm relatively new to PHP as my background is ASP, so I'm a bit stuck. I'm using the following code as demonstrated here htmlblog.us/jquery-autocomplete ...
0
votes
0answers
46 views

Query in autosuggest script in multiple fields based on first field input

I am currently modifying an out-of-the-box php/jQuery autosuggestion script. I have the following issues: I have two form fields with autosuggest. The first field is for the user to input a city. So ...
0
votes
1answer
44 views

Get focused form field id in jQuery

I am currently modifying an out-of-the-box php/jQuery autosuggestion script. I am struggeling with getting the script to work with multiple text input fields. It is originally made to work with ONE ...
0
votes
1answer
22 views

autosuggest component for lengthy xmls in flex

I have a autosuggest library which I have been using in my project. I now have a textinput where I have to use this library. But this time the input has around 900,000 records. i.e, an xml having ...
3
votes
5answers
74 views

Extension of StartsWith that searches in all words

Is there an extension of string's StartsWith that it searches at the start of every word in the string? Something like: "Ben Stiller".StartsWithExtension("Sti") returning true I want this so I can ...
2
votes
1answer
58 views

How to retrieve data from table A using data from table B in my autosuggest script?

I am learning php and mysql and have now encountered a problem. I am using a autosuggestion php/javascript script that, out of the box, basicly takes user input in a html form, uses javascript to ...
0
votes
1answer
76 views

mysql - find match in comma seperated text field

I am having problems with output from my (MySQL) database. attractionData database id | tags ------------------------------------- 1 | castle a, castle b, fakecastle c 2 | museum a, ...
1
vote
0answers
110 views

how do i match input type values and mysql database row values

how do i match input type values and mysql database row values? if both values are shouldn't be match to each others then echo A Message? Main Page $(function() { $( "#textname" ...
0
votes
0answers
90 views

but how can i apply if condition on autocompleted/autosuggest textbox values?

i'm using autocompleted/autosuggest textbox and values retrieve from database? but how can i apply if condition on autocompleted/autosuggest textbox values? when i put values into textbox it should be ...
0
votes
1answer
82 views

How can i get my autosuggest to work with mysql

i am trying to get some data out of mysql into my autosuggest in my javascript. The problem is wird: The program runs fine, but when you write a value in the text box, "empty"'s suggest pops up.. ...
0
votes
1answer
140 views

How to send selected search suggestion data to a custom activity

I've been able to successfully implement a search widget experience to use a content provider that returns a cursor with row data. The custom search suggestions appear nicely in a list under the ...
0
votes
0answers
44 views

Encoding Issues for autosuggest, PHP , Mysql

I'm really new to PHP and Mysql. My problem is that I have this part of the code for contacting the database and returning information for an auto-suggest script. if(isset($_POST['queryString'])) { ...
0
votes
1answer
98 views

how to create and suggestionbox (textbox) using c#

i want to create a suggestion box like in google. I want the data from database in suggestion box and i have created a dataset . i looked through all the properties of textbox and set ...
0
votes
0answers
49 views

How to have good jQuery suggestions?

I'm trying to add jQuery suggestion on my aptana studio 3 but i don't understand how it works. I installed the boundle developement jQuery but I have this suggestions but I want something like this ...
1
vote
1answer
122 views

how would be implements autosugesion in JTextArea swing

let me if have you anyone answer, this ans. basically required like as google search engine , when we press any key then it would be display suggestion related pressed key. regard Satish Dhiman
0
votes
0answers
113 views

Autosuggest from mysql while focusin input by jQuery

I have an input box for username where I want autosuggest based on some given data(name, bank) in other input fields about the username. As I focusin input box, autosuggest should pup up. Here is my ...
0
votes
0answers
86 views

how to show an auto suggestion div near the caret position in a content-editable div

I have a content-editable div and I am trying to show an auto-suggestion near to my caret positon when i type a character. i am looking for something like this.. but the below code is not working ...
0
votes
2answers
74 views

solr does not suggest complete words

My solr installation suggest only stubs of words, not the complete words. If I search for conductor I get results like that: <int name="conductor">68</int> <int ...
1
vote
0answers
79 views

how to let solr suggester return suggestions with score

I'm using Apache SOLR 4.1 and I am using the Suggester component. However, I cannot figure out how to have it also output the score/frequency per suggestion. Does anyone know if this is possible? ...
-1
votes
1answer
91 views

Provide suggestions in combobox [closed]

I want my combo box to drop down and provide suggestions when the user types in the combo box. For example, if the user types "R", then all items starting with "R" (say Roshan, Rohan, Rishan, etc.) ...
0
votes
1answer
91 views

Implementing an auto-suggest feature (not auto-complete)

I am using django haystack (with ElasticSearch search engine) and wants to implement an auto-suggest feature which is different from auto-complete. For e.g. consider a small data set (table rows) ...
0
votes
0answers
252 views

Getting the textbox value made with auto-suggestion and selecting the exact data from mysql database

I have a table TBL containing FName, LName. I have another PHP code that allows the autosuggestion through javascript. Here's a portion of my code: <form name="studentInfo" method="post" ...
0
votes
3answers
175 views

Any ideas about an auto complete feature for iOS development?

Can anyone point me to any example projects or tips on how to create an autocompleting textfield where the user types a common name, example "American Airlines" which has another value such as "AA" ...
0
votes
1answer
120 views

Implementing Jquery Auto Suggest Dev Bridge

I try to implement this auto suggest from http://www.devbridge.com/projects/autocomplete/jquery/ My PHP code is not working but lookup function is only showing up results. Please guide me regarding ...
0
votes
2answers
241 views

solr autosuggest with diacritics

I'm using solr4 with the TermsComponent Autosuggest (as described here) We're doing a regEx "startsWith"-search, that ignores upper/lower-case, the whole searchQuery looks like this: ...
1
vote
0answers
142 views

how to hide soft-keyboard behind the View like Gmail app?

I had implemented auto-suggestion functionality using MultiAutoCompleteTextView successfully and everything is working fine except i'm not able to display auto-suggestion list above the soft-keyboard. ...
0
votes
1answer
106 views

Creating my own AJAX autosuggest with full keyboard support

Does anyone have any experience in creating their own AJAX auto suggest text box with full keyboard support? I have successfully created the auto suggest aspect by plugging in to a SQL DB and ...
0
votes
1answer
56 views

Smart Suggest Expanded Search Match

I bought and implemented "Smart Suggest", but my visitors are often not getting results for partial matches. Please see my example below for specifics on my problem. Does anyone have an idea on how ...
0
votes
0answers
75 views

How to using script suggest in frontend in wordpress?

I have a sample code: <input type="text" name="wpuf_post_tags" id="new-post-tags" class="new-post-tags" onfocus ="setSuggest('new-post-tags');"> And script add_action( 'wp_head', ...
1
vote
0answers
52 views

How to know keyboard suggestion is displayed or not?

I want to set a flag when keyboard suggestion is displayed but I couldn't find any event for that. Do you know how to get it?
6
votes
1answer
320 views

Auto suggest with two input boxes

I have the exact same problem as this question: auto suggest php ajax with two input boxes not working with the given sample code However on trying the suggestions I still have the same problem. I ...
0
votes
0answers
42 views

I am looking tha Google API for autosuggest address for airport type address

I am looking the Google API for auto suggest place for airport type, I tried the https://developers.google.com/places/documentation/autocomplete#place_types but this support only two type of ...

1 2 3 4 5 8