Hey guys can anyone help me I need to create an search option in my app with airtable
You can check this guide:
So Welcome, Everyone today in this guide I will show how to Implement a search bar in your app with Simple & Dynamic Listview.
So Let’s Begin
1. Search Bar with simple List
• Design
Design The Search Bar According to Your Need Make two Arrangement
[image]
In search Arrangement there will be a textbox for input. Other things you can manage according to your need OR check my aia.
• Blocks
Variables
List from which user will search
[image]
Textbox to temporarily save input
[image]
The ma…
Techy_Gang:
with airtable
This guide, too, would be helpful, to know how to filter your data:
Note: This is a response I gave in a post. I decided to put it in the guide section to help someone else who needs to filter data in Airtable.
As the title says, the idea is to be able to obtain data corresponding to a certain specific date in Airtable.
First of all you have to know that working with dates is a little more complicated than working with just text.
I have a table on airtale with dates from 2019 to now.
And for airtable to sort them by date, you need to first tell airtable that…
Also there is an extension for filtering lists here:
This extension allows you to simply search things in any given list.
For example a list have 4 Items (Youtube,Youmate,Vidmate,Mediafire)
You search with keyword “You” in it then it will return a list with items Youtube and Youmate.
It can be used to make simple search logic in the app
You can also pass true or false to ignore case or not(Uppercase and Lowercase)
Thanks to @chaimk For Sponsoring this extension .
Blocks
[listfinder]
Download
com.atomdeveloper.ListFinder.aix (7.5 K…
6 Likes
But in this post only title is shown buy my whole list is connected with airtable not only title but images subtitles so how can I do that . I was making a shopping app
themaayur
(Mayur Berad)
November 3, 2020, 10:39am
#4
You can use the Index to get other values
3 Likes
Please @themaayur can you tell me how ? Because I am trying this since last month and I am so frustrated with that thing please show blocks or any example if you can
themaayur
(Mayur Berad)
November 3, 2020, 10:46am
#6
Techy_Gang:
I am here to learn
Nice
As you will be calling data from Airtable, it will be in the list. So you can use title to search form items, and when user click use the index of the item to get others values like images, price, etc.
3 Likes
Really really sorry to say this again but really I don’t know how to do that cuz I am biggener please help me
1 Like
So check the guides I’ve posted, to know how to do it :
You can check this guide:
This guide, too, would be helpful, to know how to filter your data:
Also there is an extension for filtering lists here:
4 Likes
Yeah @Mohamed_Tamer you are right but @themaayur shown only with title and I want it with all of the things like title subtitle image etxlc
Rogerio_Rios
(Professional Support)
November 3, 2020, 10:56am
#10
“I am here to learn”
They gave you the way. Trying to do something is part of learning. Try first and if you have stopped with a problem, post here.
5 Likes
themaayur
(Mayur Berad)
November 3, 2020, 10:58am
#11
Right, first you need to learn about basic and then dynamic components and then have a look on guides in Community.
Have looks on these videos by @Kanishka_Developer
VIDEO
4 Likes
Yeah I tried it way before @themaayur posted this guide but I am constantly failing in that
You may want to check the code once more. A method you can try is the “dry run”.
It is really simple. Think of a list in your mind. Then run the code in your brain and see if it works
If you still can’t figure out, the finally way is to ask.
5 Likes
I was making a shopping app with dynamic components extension please help me how can I implement search option with that
Test Apk Searchbar.apk (5.1 MB)
SearchBar Aia Searchbar.aia (6.2 KB)
I think this is a perfect solution for your question , so you can mark it as solution.
2 Likes
Rogerio_Rios
(Professional Support)
November 11, 2020, 4:33pm
#17
Please read back
The solution is in the second POST that shows the @themaayur blocks.
1 Like