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

search listview from json Android

It is what I have tried but nothing show up when I test the search box. @SuppressLint("NewApi") public class east extends Fragment { ListView list; TextView id; TextView name; Button Btngetdata; east adaptor; EditText…
alireza
  • 518
  • 5
  • 15
0
votes
1 answer

what is javascript code for search query text appear in search box?

i owned a web search engine and search query text is disapear after clicking on search, how to make search query text will appear after click on search ? see http://www.squidgo.com
Jack
  • 1
  • 1
0
votes
3 answers

how to remove case sensitivity in ASP.Net Query Extender data field search?

I applied a query extender to my text box for three fields. Its Working but it is case sensitive. e.g. if a username field is having a name "AWAIS" and i search for "awais" , it does not search and vice virsa. How can i remove sensitivity ? My Code…
Awais Alvi
  • 29
  • 1
  • 8
0
votes
2 answers

PHP Search box and displaying record

I have a search box that should look for a record that matches what was searched(transaction_num) I followed the steps here dreamweaver help but when I click the search button in the search page, it doesn't do anything. It doesn't jump to the…
JacksonW
  • 3
  • 4
0
votes
2 answers

How do I search my WordPress site pages with search box

How I search my WordPress site pages with search box I placed in my site? Currently I am using this code.
MC3
  • 19
  • 6
0
votes
1 answer

Footer will not fix with sidebar

My theme footer will not appearance when i use sidebar! i tried many ways with css but couldn't fix this issue. here is image of when i use sidebar : http://prntscr.com/4nuf83 And here is there when i'm not use of sidebar :…
Robert Nicjoo
  • 355
  • 2
  • 8
  • 20
0
votes
1 answer

WinRT: How to create an image file or stream filled with one color for SearchBox suggestions

I´m writting a windows 8.1 Store App which displays all system colors in a GridView and a SearchBox on the top. When I type in a search query I want the suggestions to display result suggestions with a rectangle filled with the suggested color, but…
christoph
  • 1,019
  • 1
  • 12
  • 23
0
votes
1 answer

In-Page Result Live Search

I need a search box that would throw a result just like how the CTRL+F works. Right now, on my index.php page I have the ff format:
Client…
Archangel08
  • 91
  • 10
0
votes
1 answer

Search Box Google Fusion Table/Google API

I have a Google Fusion Table containing a land parcels layer. Each parcel is assigned an ARN number. I am trying to create a search box where one can type in the ARN number and it will select and hopefully zoom to that parcel. I'm new to java script…
0
votes
1 answer

Getting custom submit button (image button) to line up with text input?

I am attempting to implement a custom search button by using an image button. In the image above, you can see the problem I am running into. I have searched many threads about this topic but cannot get mine fixed. Below is the css code contain both…
Evan Cathcart
  • 635
  • 2
  • 10
  • 13
0
votes
1 answer

Change width and height of search box

The search box is too small in terms of width on the bar(used bar instead of navbar in order to customize it).How can I make the search bar broader?Plus, how can I change the height of the search box with respect to the top of the screen?
user3452721
  • 121
  • 5
  • 15
0
votes
1 answer

Search icon is not visible in search box

I want to have a clickable search icon inside the search box but the icon is not visible in the search box.The class icon-search does not seem to be working.I used bar instead of navbar for customizing its height and its working fine.Plus,how should…
user3452721
  • 121
  • 5
  • 15
0
votes
1 answer

Creating a search box using a text box with cue controls

I'm working on a search box to implement in my project, I know that there is no such thing as a search box within the toolbox in VS. But I came across a question in Microsoft forum, and one of their moderator provided a class (code) that can perform…
Abner_CV
  • 25
  • 1
  • 2
  • 10
0
votes
1 answer

Search bar displaying results to another page

I have created the following search bar in order to display the product results. Although I managed to display them in the same page with the search bar, I cant create a redirection from the search bar to another page in order to display the results…
user3469716
  • 25
  • 1
  • 6
0
votes
1 answer

Joomla search by year

I want to make a Joomla website which stores some article about history, but I don't have any idea on how to make a search box which can search the year. I want to categories the article by year and make an menu which categories the year too.
Nazmi Asri
  • 18
  • 3