linuxlewis / djorm-ext-pgfulltext

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

Searching existing word returns none, but an empty search returns a list with all records ? #79

Open ghost opened 8 years ago

ghost commented 8 years ago
  1. The reason I was getting zero results was because existing database records have the field search_index empty. I still don't know how to index old existing records.

    Page.objects.search("page", raw=True) [] Page.objects.search("") [, , ]