# Search not working

**URL:** https://forum.adalo.com/t/search-not-working/1111
**Category:** Get Help
**Created:** [May 3, 2020, 11:49pm UTC](https://forum.adalo.com/t/search-not-working/1111 "2020-05-03T23:49:43Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![alexanderjason](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/alexanderjason/32/581_2.png) [@alexanderjason](https://forum.adalo.com/u/alexanderjason)
#### Post date: [May 3, 2020, 11:49pm UTC](https://forum.adalo.com/t/search-not-working/1111/1 "2020-05-03T23:49:43Z")

</div>

hello everyone, i’m having issues with my search bar, it only brings out the result of the first data in the collection when i type in only the first letter of name but doesn’t show if i proceed to type the name in full. the other data in the collection don’t at all.

any particular reason why this is happing?

---

<div class="post-metadata">

### Author: ![Ben](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/ben/32/9_2.png) [@Ben](https://forum.adalo.com/u/Ben)
#### Post date: [May 4, 2020, 3:23am UTC](https://forum.adalo.com/t/search-not-working/1111/2 "2020-05-04T03:23:18Z")

</div>

Can you share a video of what your seeing and how your list is set up?

---

<div class="post-metadata">

### Author: ![alexanderjason](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/alexanderjason/32/581_2.png) [@alexanderjason](https://forum.adalo.com/u/alexanderjason)
#### Post date: [May 4, 2020, 5:21pm UTC](https://forum.adalo.com/t/search-not-working/1111/3 "2020-05-04T17:21:54Z")

</div>

Hello @Ben  
This is a video link showing the issue i was having yesterday.  
I solved the problem by removing the other filters I set as well. This poses a problem by limiting how users can search for data to just just the name field.

how can i make search by other fields work?

[https://drive.google.com/open?id=1GhAtBESt-scl5TDHkrlWXKmGiJ8tM6mq![Capture|204x500](upload://k8bk0pZr9NsaBOm1gOa5MOWUpXg.png)](https://drive.google.com/open?id=1GhAtBESt-scl5TDHkrlWXKmGiJ8tM6mq!%5BCapture%7C204x500%5D(upload://k8bk0pZr9NsaBOm1gOa5MOWUpXg.png))

---

<div class="post-metadata">

### Author: ![Ben](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/ben/32/9_2.png) [@Ben](https://forum.adalo.com/u/Ben)
#### Post date: [May 4, 2020, 10:18pm UTC](https://forum.adalo.com/t/search-not-working/1111/4 "2020-05-04T22:18:35Z")

</div>

Currently when you add multiple filters, ALL the filters need to be true in order for a record to show in the list rather than ANY of the filters.

---

<div class="post-metadata">

### Author: ![alexanderjason](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/alexanderjason/32/581_2.png) [@alexanderjason](https://forum.adalo.com/u/alexanderjason)
#### Post date: [May 5, 2020, 12:20pm UTC](https://forum.adalo.com/t/search-not-working/1111/5 "2020-05-05T12:20:52Z")

</div>

I’m sorry @Ben I’m not sure I understand. Could you be a little clear?

---

<div class="post-metadata">

### Author: ![Ben](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/ben/32/9_2.png) [@Ben](https://forum.adalo.com/u/Ben)
#### Post date: [May 5, 2020, 6:13pm UTC](https://forum.adalo.com/t/search-not-working/1111/6 "2020-05-05T18:13:50Z")

</div>

So in the screenshot you shared above, let’s say the user types in “Pizza” in the search, the list would only show restaurants where the Name contains Pizza, AND the Tags contains Pizza, AND the Address contains Pizza

---

<div class="post-metadata">

### Author: ![bibipac](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/bibipac/32/786_2.png) [@bibipac](https://forum.adalo.com/u/bibipac)
#### Post date: [June 28, 2020, 1:06am UTC](https://forum.adalo.com/t/search-not-working/1111/7 "2020-06-28T01:06:13Z")

</div>

![resto nam and menu](https://us1.discourse-cdn.com/flex020/uploads/adalo/original/2X/8/8a926ad2ab835576ef148501acfe3cc7a4d603d7.png)  
@alexanderjason  
pos work around :  
create collection

- fieldA = resto name
- fieldB = resto menu text
- fieldC = Copy (FieldA) : (FieldB) …with Button Save record Action.

Set Search not on FieldA or B but on field C. \>\> “FieldC contains…” \<\<  
This will retreive valid results for matching criteria of FieldA or FieldB, whichever… ✌  
🙃

@Ben  
it would be nice to have an extra “virtual” new field format : for the purpose of concatenation of existing fields “MSAccess heritage”- you just select all fields you’d want to include in this latest.  
next, it is only used for search purpose, its content can’t be modified.  
(Avoid the Copy FieldA / FieldB to C Step)  
🤗

---

<div class="post-metadata">

### Author: ![Tommen](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/tommen/32/5383_2.png) [@Tommen](https://forum.adalo.com/u/Tommen)
#### Post date: [June 29, 2020, 3:56am UTC](https://forum.adalo.com/t/search-not-working/1111/8 "2020-06-29T03:56:23Z")

</div>

Hey @bibipac, I encountered the same issue but your idea seems to be a good solution!

---

<div class="post-metadata">

### Author: ![bibipac](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/bibipac/32/786_2.png) [@bibipac](https://forum.adalo.com/u/bibipac)
#### Post date: [June 29, 2020, 5:40am UTC](https://forum.adalo.com/t/search-not-working/1111/9 "2020-06-29T05:40:12Z")

</div>

you can suport its REQUEST here ! 😋  
[Support the CONCATENATE feature request Link - clic here](https://ideas.adalo.com/feature-requests/p/new-property-with-concatenate-format)

🤗

---

<div class="post-metadata">

### Author: ![Tommen](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/tommen/32/5383_2.png) [@Tommen](https://forum.adalo.com/u/Tommen)
#### Post date: [June 30, 2020, 5:58am UTC](https://forum.adalo.com/t/search-not-working/1111/10 "2020-06-30T05:58:01Z")

</div>

I tried to do that but I struggle to understand how to create that 🤔 could you elaborate a bit more on that?

---

<div class="post-metadata">

### Author: ![bibipac](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/bibipac/32/786_2.png) [@bibipac](https://forum.adalo.com/u/bibipac)
#### Post date: [June 30, 2020, 7:22am UTC](https://forum.adalo.com/t/search-not-working/1111/11 "2020-06-30T07:22:34Z")

</div>

sure, just to mention : concatenate genuine feature does not exist (yet ?) in Adalo.

So, all happens on your form for CREATING a new restaurant.  
Note : in this very example, the Restaurant NAME and the MENU CONTENT are all on the same record Line,  
Restaurant A Name / Menu Text 1 / Menu Text 2.  
Restaurant B Name / Menu Text 1 / Menu Text 2…

So at the time you create the new restaurant - you should enter all its menu on the same line  
In this way, on clicking SUBMIT, you copy the content of Restaurant Name AND Menu text 1 AND 2…etc ALL to one single column. say its named “Concat-content”

Later you just use the column “concat-content” to run your searches…

I havent tried to set it in another way that is ; 1rst column for NAME , 2nd for Menus since you would have to repeat the same Name for each line of menu (if using only a SINGLE column for all its menus)…and that would create many copies of the Same Restaurant in the results…so not much of a choice here.  
\*I havent tried to see how one can COPY two properties from 2 collections into 1. maybe its possible, I do not know…definetely, more complicated I believe

Let know if you need more help 🙃 😉

---

<div class="post-metadata">

### Author: ![Tommen](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/tommen/32/5383_2.png) [@Tommen](https://forum.adalo.com/u/Tommen)
#### Post date: [June 30, 2020, 8:36am UTC](https://forum.adalo.com/t/search-not-working/1111/12 "2020-06-30T08:36:02Z")

</div>

Sounds great! Thanks a lot for explanation! 🙂

---

<div class="post-metadata">

### Author: ![adalouser500](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.adalo.com/adalouser500/32/5363_2.png) [@adalouser500](https://forum.adalo.com/u/adalouser500)
#### Post date: [December 11, 2020, 4:15am UTC](https://forum.adalo.com/t/search-not-working/1111/13 "2020-12-11T04:15:45Z")

</div>

has this feature issue been changed yet?
