clodman84 / Updated-Newer-Fresher-Version-3

It's DoPy bitches!!!!!!!!!!!!!!
https://updated-newer-fresher-version-3.readthedocs.io/en/latest/
1 stars 3 forks source link

Nicknames need a check to prevent names shorter than 3 characters #6

Closed clodman84 closed 2 months ago

clodman84 commented 2 months ago

FTS does not work on text shorter than three characters

We are using sqlite fts5 with the trigram tokeniser and therefore will not work for works shorter than three characters. there is no way to go aout this other than preventing nicknames shorter than three characters from being valid. (Unless we write our own search engine)

How would you implement this

This can be contained entirely within BillingWindow