Closed macolo closed 8 years ago
I think this is caused by https://github.com/django-parler/django-parler/issues/90
hi macolo, have you found a solution to this issue? I am running into exactly the same issue as you.
@leety I am a bit surprised that this is still not working as django-parler/django-parler#90 also seems to be resolved. I still have ALDRYN_JOBS_SEARCH
set to false
.
@czpython, if this issue is closed, I would really like to know what is the current solution to get aldryn-search to work with the current version of parler 1.7.
hi macolo, have you found a solution to this issue? I am running into exactly the same issue as you.
@pirm-in I havent looked into this issue in the meantime.
I tried to run aldryn-jobs with aldryn-search using the whoosh SearchEngine Backend but aldryn-jobs cannot get indexed correctly:
./manage.py rebuild_index
results inValueError: language_code can't be null
from here: https://github.com/edoburu/django-parler/blob/master/parler/utils/conf.py#L111Temporary work around: set
ALDRYN_JOBS_SEARCH
toFalse
in settings.py