Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

internetbug256's avatar

Persistent search criteria in Nova

Hello. If I open a resource, provide a search criteria to find some records in the index, then edit one of them and submit, when I come back to the index the criteria is lost. Is there any easy way to "persist" that criteria? I googled it for someone with the same concern, nothing found. Looked for a package, no luck. Am I really the only one that noticed this (in my opinion) misbehavior? Regards

0 likes
3 replies
internetbug256's avatar

So SEVEN months after, while googling for news about this, I find myself reading my own post. Am I crazy for asking this? 68 viewers and no one sharing or thinking the same?

jlrdw's avatar

Add to query string. Like here in the forum, a query string like:

https://laracasts.com/discuss?filter_by=contributed_to

or paginated:

https://laracasts.com/discuss?filter_by=contributed_to&page=2
internetbug256's avatar

I am not following you. where in the code would I add it? Resource?

Please or to participate in this conversation.