Screen refreshes automatically after search

Hello,

It’s driving me crazy. I have a search mask that shows me only the ads that match my search criteria from several listings.

Everything works perfectly. I get a list of posts that match my criteria.

But when I click on a post and then press “back,” suddenly after 3 seconds, all the posts reappear as if the window has forgotten my search settings. It probably refreshes itself. How can I stop this from happening?

Thank you in advance.
https://www.veed.io/view/1ff42d87-1004-4ef0-a1cf-8cb1fb4179ed?panel=share

I would just put the search box on the same screen as the list. The list will refresh when a search term is entered.

1 Like

The problem is, that my search box is to big for the idea. but sure, make sense. i think my database is wrong. i think i have to creat a searchinglist data included all options and then link the hole “searchinglist” with a user


Combining all those search options and filters into one string?

You are probably beyond the limits of what Adalo collections can offer in terms of search and filtering.

I think i dont have finde the right way.

is there a way that you can look over it? Or gladly also someone else? I would also be happy to donate something for the little hint.

A detailed search is no problem. However, as usual: if I look at my search results in detail, return to the search result, all posts are displayed again.

Thanks for your help

https://previewer.adalo.com/7844ad56-d8ad-4406-85d6-7fc9384fd859?_gl=1z119vg_gaMTYxMzQwMjYwNy4xNjk4MDQ3MDQ5_ga_SWT45DV35L*MTY5ODg5NDY0My4yOS4xLjE2OTg5MDg4MDAuMjcuMC4w

The thing is you are submitting a form, so the values are being cleared, this is how it is supposed to work.

Option 1. Stack it all on one screen.
Option 2. Store the values in the user table and make these user stored values the default values of the form elements. You will need relationships to the user table for each dropdown or use hidden fields instead.

  • clearing these fields becomes necessary, you would need another action ‘update’ the user to do this.

So go with 1 for ease.

Be aware that the experience in preview mode is not the same as native builds.

Also…
You have multiple OR operands which will give lots of results. I think you mean to use AND

If that has helped feel free to shout me some coffee
or if you need more assistance just ask.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.