Forums Forums Search & Filter Pro ACF text field with prices filter

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #274955
    This reply has been marked as private.
    Trevor
    #274958

    With a dot in the data (as the thousands separator), it will be seen as a decimal point, so 1.000 will actually be seen as 1. You must not use the dot for a thousands separator for data storage. You can format data when displaying it to add that separator instead.

    If you had 1.000.10 it would be seen as a text string, and thus not searchable as a number at all.

    Maybe this is the problem?

    Anonymous
    #275032
    This reply has been marked as private.
    Trevor
    #275036

    Thanks for getting back to me. I will close this thread for now.

Viewing 4 posts - 1 through 4 (of 4 total)