What methods are there to get JPQL to match similar strings?
By similar I mean:
- Contains: search string is found within the string of the matches entity
- Case-insensitive
- Small mispellings: e.g. "arow" matches "arrow"
I suspect the first two will be easy, however, I would appreciate help with the last one
Thank you