You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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("")
[<Page: Page: Home page>, <Page: Page: About>, <Page: Page: Navigation>]