Wildcard prefix matching with tsquery
When performing full-text search in Postgres you can add :*
to the end of a string to be searched:
This will match any post that has a word in its title that starts with instr
When performing full-text search in Postgres you can add :*
to the end of a string to be searched:
This will match any post that has a word in its title that starts with instr