We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Document models have a JSON field with the data generated by Sphinx.
At the moment we use it only to read some value and populate the SearchVectorField used to perform the full-text search.
We can transform this field into a GeneratedField so that the database updates it automatically without needing to run a command.
In addition to that we can create other GeneratedFields to use them directly in the page rendering.
This issue is blocked by others:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Document models have a JSON field with the data generated by Sphinx.
At the moment we use it only to read some value and populate the SearchVectorField used to perform the full-text search.
We can transform this field into a GeneratedField so that the database updates it automatically without needing to run a command.
In addition to that we can create other GeneratedFields to use them directly in the page rendering.
This issue is blocked by others:
The text was updated successfully, but these errors were encountered: