text search and ilike not working for partial or similar text
i am trying to fuzzily match a string from the db so i looked in the docs and found
and queried
ilike and text_search so i did this:and queried
eggs while one of the column values is egg(that specifically is said to work in the docs) but got an empty list, how exactly do i get it to work?