-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Search config (facet) not persisted #14
Comments
Yes, there is a strange issue depending on the version of php : 7.4 works fine. Can you try version 3.4.32 ? |
I am nog running 3.4.32, but still can't persist facets of search page config of my solr instance. I see the following errors in the log table:
|
The first deprecation warning is fixed in new commits after 3.4.32 (so will be released next week). |
I've updated the module with the current code from this repo: less errors, but still can't save the search config. BTW when I just open https://www.goudatijdmachine.nl/omeka/admin/search-manager/config/4/configure I see te following in the log:
I notice that I can change for example the Label "No facets" value on the Facets tab and this is persisted. But adding a facet via the + button (with Field dropdown set) is not persisted. |
When I try to add a facet to my search page (/admin/search-manager/config/4/configure#facet) by adding an facet, this information isn't stored. When I edit the configuration again the added facet is gone (and not visible on my search page).
My (advanced) search page: https://www.goudatijdmachine.nl/omeka/s/data/zoeken?q=raam
I am using Advanced Search version 3.4.31 and Advanced Search adapter for Solr version 3.5.47 on Omeka S version 4.1.1
The text was updated successfully, but these errors were encountered: