Open ghost opened 8 years ago
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("") [, , ]
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("") [, , ]