Questions tagged [searchbar]
1017 questions
-2
votes
1 answer
How to use a search bar with Python
Right now I am trying to figure out how to take a row of data, maybe like 50 entries max, and enter it individually into a search bar. But first I need to understand the beginning concepts so I want to do a practice program that could take info from…

Sean
- 55
- 1
- 2
- 6
-2
votes
2 answers
Firefox Nightly Google Search Bar shrunk
I have the latest update for Nightly (34.0a1 (2014-08-14)). It addressed one of the two problems I have from the previous update, which was the disappearing input fields. The other problem was the shrinking of the Google search field. What can I do…

Acnologia
- 101
- 1
-2
votes
1 answer
My Search Bar Is Not Working
I want to make a search bar. Is there anything wrong with this code?
- (void)viewDidLoad
{
[super viewDidLoad];
PFQuery *query = [PFUser query];
[query orderByAscending:@"username"];
[query findObjectsInBackgroundWithBlock:^(NSArray *objects,…

MicahKE
- 125
- 1
- 1
- 7
-3
votes
1 answer
How to filter by boolean field in search bar - django
I'm working on a Django project that is a project management system.
Basically in the navbar, I've implemented a searcher to search for specific projects like the title, the client, the description, etc.
I'd like to give them the possibility of…

ffff
- 35
- 9
-3
votes
1 answer
Wordpress- how to achieve?: search bar on main page, then display a table filtered by the search bar input, on a different page
this is supposed to be done in Wordpress, so if there are any plugins that do this, it would be great. If not, i'd like to code that.
I would like a search bar on the main page. When a user types something and presses enter, i want to direct him/her…

DanielG
- 11
- 2
-4
votes
1 answer
How to make a spinning search bar
I have searched the whole time about how can i make this spinning search bar https://dribbble.com/shots/344730--Loooong-the-search-bar. I have also searched for a code to spin an object but i did not find that either. I have also tried to use…

Omar Hefny
- 1
- 2
-4
votes
1 answer
basic search bar using VB.Net
I actually don't know how to make a search bar. Can someone give me instructions of creating one? And how will it be displayed if i generate the search bar.
I would like to use a textbox and a button for this search bar. It's like, when you input a…

AXSS11
- 1
- 4
-5
votes
1 answer
How can i create a searchbar like safari's searchbar ? SWIFT
How can i create a searchbar like safari
Just like the photos I posted
That the searchbar becomes small or hidden when the screen is scrolled
...
PHOTOS

mohammad
- 1
- 2
-5
votes
1 answer
How to hook up CSS search bar to JavaScript or another server side language
I have a HTML/CSS template that included a search box, but I'm not sure what I need to do to make that search box actually work. Here is a link to the website http://teamb4p.ml
Any tips or advice would be great! Thanks in advance.

Vubur
- 1
- 2
-8
votes
2 answers
Removing Search Bar
I've been working with React-Native and Expo lately. I need a button to open a website in the browser but the search bar (top) and the icon bar should not appear either. Here is a picture to make everything a bit more understandable:
Heres the Code…

GucciBananaKing99
- 1,473
- 1
- 11
- 31