Skip to content

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

Description

  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("")
    [<Page: Page: Home page>, <Page: Page: About>, <Page: Page: Navigation>]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions