Questions tagged [searchbar]
1017 questions
-1
votes
1 answer
Multi-search, single search bar HTML
As the title states, I'm trying to incorporate many searches into one search bar. More specifically, Google and Amazon. I have setup a radio option to set which site to search when one is selected.
This is the code I currently have:
-1
votes
1 answer
Android searchbar like google app
I want to develop search bar like bellow image just like showing in Google search bar. How to achieve this. Please some can provide sample code or related links to achieve it.

Shailendra Madda
- 20,649
- 15
- 100
- 138
-1
votes
1 answer
Android Search Bar
Possible Duplicate:
Search bar widget in android?
I have to implement a "Search Bar" in my application.Please let me know how/where to start from as i'm a newbie to android.Code is much appreciated.

AnnaSmith
- 167
- 1
- 5
- 11
-2
votes
1 answer
how to make an advanced searchbar in wordpress without plugin
I'm new to PHP and I don't know how write a wp_query for search by category. basically i have a website in which i have posts now i want to search accurate post by its name model and year i also attached the screenshot.
i was searching for code but…

Yameen bhutta
- 1
- 1
-2
votes
1 answer
How to make search bar width 100%
I'm trying to set the search bar width for user search to 100%, but the code I've tried doesn't work when entered into the CSS.
This is the code I've tried to input into the CSS:
.um-directory .um-member-directory-header…

Slapperoni
- 1
- 1
-2
votes
1 answer
How do you search through firebase data in tableview with a SearchBar?
I have set up a tableview that retrieves data from a firebase realtime database, and stores this data in an array ('posts') in this is the format:
(name: nil, contactEmail: Optional("35345345235"), contactPhoneNum: Optional("contact@gmail.com"),…

maya
- 17
- 5
-2
votes
1 answer
I want to implement a searchbar for recycler view in a fragment. I have tried the below code in my fragment but it is not working
I have tried the below code in my fragment class but it is not working and also not showing any error,i have given both the adapter class code and fragment class code please tell where i have mistaken what is happening that when i run the code it is…

Akhand Chaurasia
- 45
- 6
-2
votes
1 answer
Passing ImageArray from Json File to ImageView Controller
I'm Trying to have tableview with a search controller pass image Array from Json file to a new viewcontroller based on what option the user picks in search bar tableview. I have created a search bar for my App that displays will display all of the…

wcdean217
- 237
- 1
- 2
- 9
-2
votes
1 answer
Css Tricks, SearchBar following horizontal 2 colors background
I'm almost there with my CSS design, but I'm just facing a small problem with my implementation.
What I'm trying to do is this:
I want the search bar in between my two color background. The problem is when I increase / decrease my search bar is…

1020rpz
- 914
- 10
- 21
-2
votes
1 answer
Listify Theme: Change Searchbar Text
I have a WordPress website that is using wp job manager plugin and on the top of the website you will see a search bar like this image
So I just want to change the search bar main text from All categories to My own text like ABC.

Atif Subhani
- 1
- 5
-2
votes
3 answers
Searching dynamic data issue from table view issue in swift
I have a search bar above my table view. The data in table view is coming from my service. I'm trying to apply search filter on the table view data. I have tried some code but it isn't working. My code for searchbar is this,
…

raheem
- 689
- 2
- 8
- 16
-2
votes
1 answer
Create a search bar to search value from table in HTML
I am trying to create a search bar to search values from tables.
Below is my html table code. But I don't know how to create a search bar in html to search values. Please see picture what I am trying to achieve. Thank you

user470091
- 41
- 2
- 9
-2
votes
1 answer
jQuery / js toLowercase
I can't turn searchBox to a .toLowerCase and my code is case sensitive because of this. I want the code to scan on both upperCase and lowerCase letters.
I wasn't able to find a solution to my problem.