How to match end of words via histogram search?

I have values in a string property of an object that are shaped like:

  • abcdef
  • 0000123

I want users to be able to find 0000123 when they search for 123 or find abcdef when they search for def.

Which widget/configuration should I use in workshop to achieve this ?
Filter widget with keyword selector ? something else ?