"Quick search" is a basic search function in UI meant to be quicker and easier to use than regular search. Typically, it can only search a limited area by substring and often immediately shows the result as the user types the search terms.
Questions tagged [quick-search]
60 questions
1
vote
2 answers
MS Dynamics CRM Quick Find
For example, I have an entity with field "description". In the settings of this entity in "Add Find Columns" I checked field "description". "description" has follow text: "some words about entity". when I type in Quick Find field text "some words" I…

anykey3
- 273
- 5
- 20
1
vote
1 answer
onAfter event in quicksearch plugin for jQuery called too soon
I'm using the quicksearch plugin for jQuery and generally it works well. I've added a function to the onAfter event which gets called but I have found that it is called before the style attribute on the row has been set to "display: none"
Is there…

Guy
- 65,082
- 97
- 254
- 325
0
votes
1 answer
Prompt Box in SIlverlight4
I have captured a key-combination-press event on my Silverlight Page. Now in the event handler i want to display a prompt box which takes user input and stores into a string variable.
I put in this code :
string input =…

LetsKickSomeAss in .net
- 536
- 1
- 8
- 22
0
votes
1 answer
jquery quicksearch - special characters
I'm using the Jquery quicksearch plugin.
It's a great plugin, but I have an issue on one of my website.
In a table, I have strings that contains characters with accents, like ò, ü, ä, etc.
The problem is that users will not necessary search with the…

Pierre
- 4,976
- 12
- 54
- 76
0
votes
1 answer
Launching webbrowser using search in android
I am making an android application that needs to open the webbrowser when the go button on quick search is pressed. How can i make this happen? that it starts the webbrowser? This is the code that i got so far:
public class SearchFunction extends…

user1183066
- 115
- 2
- 6
- 20
0
votes
1 answer
Quick search in android application
I am making an android application that needs to display a simple quick search, but to do this i need to change the:
To:

user1183066
- 115
- 2
- 6
- 20
0
votes
1 answer
Quick search in a JSON
I have this JSON:
{
"statussalida": "",
"registros": [
{
"marca": 24,
"codigo": 6,
"precio": 71.9,
"precionormal": 71.9,
"descripcion": "FERNET IMPERIO",
…

KevinBourdal
- 1
- 1
0
votes
2 answers
Magento 1.3.x Quick Search problem
We have built a website http://www.goshopping.pk/ (sorry had to post the link as its important for this question).
The quick search is not working as it should. For example, search "Nokia" and you will get all sorts of results. Search "Dell" and…

Pexsol
- 561
- 6
- 15
0
votes
2 answers
Can jQuery Quicksearch be configured to only return exact matches?
I'm using jQuery Quicksearch and am wondering if there is a way to adjust it to only return exact matches for the search. Any help would be much appreciated.
Thanks

Andrea
- 1
0
votes
2 answers
jQuery / Ajax search by particular field
I have it all setup and working fine - what id like to do is have it only search by one particular field in a table (td with class of test).
Im using
$('input#SearchBox').quicksearch('table#tablesorter-demo tbody tr');
which searches all the fields…

Sean
- 1
0
votes
1 answer
How to make jQuery Quicksearch accept search terms in any order?
In my Drupal 7 site I have a product overview page built with Views. On that page I have a number of checkboxes that can be clicked on in any order. For each checkbox clicked a corresponding tag is copied into an input text field. This text field is…

TBJ
- 407
- 4
- 19
0
votes
2 answers
How to efficiently manage search suggestion using Android QSB?
I try to make a dictionary using Quick Search Box in Android. As shown in the SearchableDictionary tutorial, it loads all (999 definitions)data and uses them as matches to the input text to get the search suggestion. in my case, I have 26963 rows of…
0
votes
1 answer
reinitialize quicksearch on a table?
I am using jQuery quickSearch to search multiple tables on a single page (one for each). The problem is some of the data can dynamically change in some of the table fields. I want quick search to work with that but it doesn't. Any help?

Shaheer
- 2,105
- 4
- 25
- 39
0
votes
2 answers
Disable recent query suggestions in Android's global Quick Search Box?
I've implemented a ContentProvider to add custom suggestions to my applications Quick Search Box. It works great within my app. However I also included it into the global search and it works different there. Whenever I start a search in the global…

Christian Kirsch
- 23
- 4
0
votes
1 answer
Android - custom quick search box
If you using Twitter for Android you can see that clicking on phone's hard search button brings fully customized quick search-like control. Now I'm not saying that it IS stock Android customized quick search but how would one build something like…

Bostone
- 36,858
- 39
- 167
- 227