1

I'm currently using a GIN index to do lightening fast full text search queries in PostgreSQL. It works great, with the only exception being it doesn't seem to handle partial-word searches. e.g. Searching for "bob joe" can find the record containing "joe bob", but searching for "bob jo" finds nothing.

The docs claim "GIN can support partial match queries" but it doesn't go into any detail into how to configure it to do this. Am I misreading that? How do I enable partial searches?

Cerin
  • 3,600
  • 19
  • 61
  • 79

0 Answers0