Fuzzy search not finding this text

Options

I have a table of football clubs. In a form, the user can type 2 or more characters to find matching records. The API uses fuzzy search in combination with a search index on the column - screenshots below.

The column is 'ClubName'.

The fuzzy search works fine, except when the text is 'no'.

This works:
.e2.xano.io/api:-/clubsByClubName?search_query="br:*"

This does not work:
e2.xano.io/api:-/clubsByClubName?search_query="no:*"

This does not work:
e2.xano.io/api:-/clubsByClubName?search_query="not:*"

This DOES work:
e2.xano.io/api:-/clubsByClubName?search_query="nott:*"

Screenshot below shows the text does exist.

Data table showing the data I searched for:

The search form showing 'nott' finds the data.

'not' does not find the data

'no' does not find the data

Example to show that a two character search works - 'br'

The index

Tagged:

Comments