Questions tagged [search-box]

A search box or search field is a common GUI element used in computer programs

A search box or search field is a common GUI element used in computer programs, such as file managers or web browsers, and on web sites. A search box is usually a single-line text box with the dedicated function of accepting user input to be searched for in a database. Search boxes on web pages are usually used to allow users to enter a query to be submitted to a Web search engine server-side script, where an index database is queried for entries that contain one or more of the user's keywords.

Search boxes are commonly accompanied by a search button (sometimes indicated only by a magnifying glass symbol) to submit the search, although a search button may be omitted as the user may press the enter key to submit the search, or the search may be sent automatically to present the user with real-time results. Common Features

Depending on the particular implementation, a search box may be accompanied by a drop-down list to present the user with past searches or search suggestions. Search boxes may have other features to help the user, such as autocomplete, search suggestions, a spelling checker, etc. Search boxes are often also accompanied by drop-down menus or other input controls to allow the user to restrict the search or choose what type of content to search for.

Common Search bar

Common Search bar

Credit goes to Wikipedia

273 questions
0
votes
0 answers

selected change when click on search button

I created search box with select option, the selected is appear in the top but is change it to the first one in the list when click on search button, how to do that is will not change the selected one ? Thanks a lot
Jack
  • 1
  • 1
0
votes
2 answers

Reducing gap on top of screen due to search box

I recently add a search box at the top of my site: www.glucosemeters4u.com The box has caused a big space from the top of the screen to where my menu bar starts. The space is about 2 inches. I want to shrink this space to about half. How can i do…
0
votes
0 answers

jQuery search for HTML select list doesn't work for large dataset

I have a select option pane in HTML and a search bar to filter the items in the select list. For SMALL (<50,000) entries in my select list the jQuery code for search works fine, but my code DOESN'T scale. How can I re-vise my code to work for LARGE…
Mark Kennedy
  • 1,751
  • 6
  • 30
  • 53
0
votes
3 answers

Bootstrap 3 search box not bringing up any results

I added a search box to my Bootstrap 3 site but if try searching for something it doesn't pull up any results, it just refreshes the page you are on: see this
0
votes
1 answer

unable to change search box attribute

I tried tweaking the CSS coding and no prevail. Things i want: search box with border radius of 5px enlarge the search icon with out getting it dispalced both search box and search icon evenly placed around the div HTML CODE:
Lo_MAT
  • 61
  • 1
  • 11
0
votes
1 answer

Search box with select option of custom search

How to create search box with select option of google custom search engine in one field. I have the code but I don't know how to combine between the different types of my custom search engines to select option in the dropdown:
user3066331
0
votes
1 answer

Text editor having a search box without max length

I'm working with Adobe Dreamweaver CS5 and the search box has a max length for the query. I'm looking for a text editor having a search box without max length. Any idea? The thing is that I have created a page from another page a few months ago. I…
pmrotule
  • 9,065
  • 4
  • 50
  • 58
0
votes
2 answers

How to set encoding in Intellij searchbox?

I'd like to know how to set the encoding for Intellij's search box? The problem is that Chinese characters are correctly shown in editor but in the search window they are shown as squares. please help
Gilbert Giesbert
  • 3,338
  • 3
  • 13
  • 10
0
votes
1 answer

ZoomTo boundingBox in SearchBox.onSelect with HERE maps and place

I am using nokia.places.widget.SearchBox together with nokia.maps.map.Display. You can use onSelect function of the SearchBox to perform operations when a user picks an items from the results list. What I need to do is center and zoom the map to…
Flea777
  • 1,012
  • 9
  • 21
0
votes
1 answer

Different SearchBox results from HERE API and old Nokia OVI API

I'm implementing an integration with brand new HERE JavaScript places API (version 2.5.3) particularly using nokia.places.SearchBox(). I noticed that the old OVI SearchBox component, used in the same way, provided results with an higher detail level…
Flea777
  • 1,012
  • 9
  • 21
0
votes
2 answers

Javascript API - Error 401 - Missing api_id when clicking on SearchBox

I have two symptoms that make me think there's something wrong with my Nokia appId/token. One is that when I try to use the searchbox, I get a javascript error "Error 401 - Missing api_id". The second is when I go to developer.here.com and to My…
Corey Trager
  • 22,649
  • 18
  • 83
  • 121
0
votes
3 answers

Need to autosubmit form on page loads

i have a website with a jquery search form. I have the searchboxes in every page of the site indide the header. Once you enter the searchwords there it redirects you the the search.php What i want to do is to make the form submitted as soon as the…
0
votes
1 answer

Search box CSS problems

I'm newbie. And I try to make a search box. When I open it on Firefox. It's okay for me. Then I do it in IE, Chrome and Safari. It's not cool actually. Anyone know my problems, please help me fix it? I want make a search box like this:…
haind
  • 1,000
  • 2
  • 16
  • 28
0
votes
2 answers

add google search box to my site

I've been researching how to add a Google search box to my site. Basically, the text box and a 'Go' button, which will search the web - except from my site. I used to see these every where. Come to think of it now though I haven't seen it in a long…
CHarris
  • 2,693
  • 8
  • 45
  • 71
0
votes
1 answer

Need help in creating search box in Php

i'm just started to learn php few weak's before.. i'm working on a search box but i cant get the result Search Form