linuxlewis / djorm-ext-pgfulltext

PostgreSQL full-text search integration with django orm.
Other
250 stars 84 forks source link

Does it support Trigram matching? #44

Closed chogarcia closed 9 years ago

chogarcia commented 9 years ago

In particular it can help to recognize misspelled input words that will not be matched directly by the full text search mechanism.

pg_trgm Text Search Integration from PostgreSQL documentation

chogarcia commented 9 years ago

I guess this issue is related to this Stackoverflow question

rvanlaar commented 9 years ago

@cho-is You closed this issue, did you get it to work?

I haven't yet.

chogarcia commented 9 years ago

I had lots problems with this so I gave up finally. I am using watson now.