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
currently sphinx is started as container, but search does not use sphinx since the env variable RAILS_SPHINX_PORT is not set by default. Setting RAILS_SPHINX_PORT=9312 in docker/rails.env activates it and it works.
Activate Sphinx in dev-setup
currently sphinx is started as container, but search does not use sphinx since the env variable RAILS_SPHINX_PORT is not set by default. Setting RAILS_SPHINX_PORT=9312 in docker/rails.env activates it and it works.
Generate sphinx config on startup
currently sphinx is just using a static index config: https://github.com/hitobito/development/blob/master/docker/sphinx.conf
so only core attributes are searchable and extended indexes from the wagons are ignored
the goal is to generate the sphinx dynamically on start-up (docker-compose up) with thinking_sphinx gem
ToDo
The text was updated successfully, but these errors were encountered: