"Ends with" filter is broken

We have records, that contain phone numbers in a single line text field. Filtering works, when using β€œcontains”. But they are broken, when with use β€œends with”.

Phone number ends with β€œ5050”:

Does work:

  • contains β€œ5050”
  • ends with β€œ050”
  • ends with β€œ5050”

Doesn’t work:

  • ends with β€œ0”
  • ends with β€œ50”

Phone number ends with β€œ5055”:

Does work:

  • contains β€œ5055”
  • ends with β€œ55”
  • ends with β€œ055”
  • ends with β€œ5055”

Doesn’t work:

  • ends with β€œ5”

Phone number ends with β€œ5057”:

Does work:

  • contains β€œ5057”
  • ends with β€œ7”
  • ends with β€œ57”
  • ends with β€œ057”
  • ends with β€œ5057”
1 Like

Hi @dirk_s,

thanks a lot for the report and also for your very detailed analysis. That really helps us to reproduce it much faster.

We’ll work on fixing this issue soon. I’ll get back to you as soon as we have the first insights and can provide a fix.

Thanks again for the input and for raising the issue!

Best regards,
Leo