dry-scarletD
Refine3y ago
7 replies
dry-scarlet

Query string format

Hello.

I am using the fineFoods example as base.

I created a new list page using another as example.

It is working perfect, the only thing i see when i make a seach in the form the query string prints in a little weird manner (captured image):
http://localhost:3000/leads?pageSize=10&current=1&filters[0][field]=fechaInicio&filters[0][operator]=eq&filters[0][value]=19042023&filters[1][field]=fechaFin&filters[1][operator]=eq&filters[1][value]=28042023

The get request in console is fine:
/leads?_end=10&_start=0&fechaFin=28042023&fechaInicio=19042023

It is normal or i am doing something wrong?

Regards.
image.png
Was this page helpful?