hi,
in my database, my date field is stored in the format “2020-06-15” (mysql)
on screen my date field is in a lookup table field (display field #1), the display format is “15/06/2020” (in france it is the way)
when i active the search option in the modal list, then i discovered i had to enter the string in the database format to make the search works !
if i enter 2020, ok it is works
if i enter 15/06, there is not result
if i enter 06-15 there is the result
is it normal or i miss somewhere a parameter in phpmaker ?
and
i also noticed the same “bug” append on the quick search in list view page.
moreover, i also noticed in the result of the quick search, the format (from the result line) is not the display format before i do the search.
Best regards