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
{{ message }}
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
I set up Django CMS with aldryn-newsblog and installed haystack and aldryn-search. run python manage.py rebuild_index.
only new articles I add are searchable, already created articles are not searchable !!.
running the management command rebuild_article_search_data does nothing, however.
the only solution is that I open the django shell and run .save() on all Article objects for that to work.
the problem is with the rebuild_article_search_data command.
I can give you more related data regarding the issue, help, please.
Thank you.
The text was updated successfully, but these errors were encountered:
A thing that makes this more complicated is that we're using the Divio platform, so running django shell & running commands against the data directly is not possible as it's a dockerised platform, and we can't interact with the live container directly (platform design decision).
O_O
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I set up Django CMS with aldryn-newsblog and installed haystack and aldryn-search. run
python manage.py rebuild_index
.only new articles I add are searchable, already created articles are not searchable !!.
running the management command
rebuild_article_search_data
does nothing, however.the only solution is that I open the django shell and run
.save()
on all Article objects for that to work.the problem is with the
rebuild_article_search_data
command.I can give you more related data regarding the issue, help, please.
Thank you.
The text was updated successfully, but these errors were encountered: