-
Notifications
You must be signed in to change notification settings - Fork 0
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
Solr server not working and facets is not working #471
Comments
Yes, I was just contacted by a student about this error. I told them to use google search (ie "elmcip.net: game") while we are fixing this. Is this connected to the NIRD maintenance or is it an error of our own? |
Might be related to the changes NIRD did last week. Anyway, I have notified NIRD support, switch our search backend to our backup solution and rebuilt the search index. Search should in the mean time work as expected. As soon as the https://solr.apache.org/ is stable again I'll switch back the search back end. |
I see... we have two issues in here.... |
We rolled this change in august to the search api. It might have broken our search... commit a682f6c7d7ad62d53764d44c478aa763677bdbb2
|
Yes, the original issue reported by @elmcip is prob from https://www.drupal.org/node/2159827 - Seems to have broken the search for other to. |
Posted to the Drupal issue: |
Rolled a change to test commit 4c9c5b2 (HEAD -> master, origin/master, origin/HEAD)
|
NIRD got Solr up and running again. Switched search back to Solr. Tested ELMCIP and CELL. Looks OK. Facet problemsRolled a temporary fix until it get officially fixed by the maintainers of the Search API. |
Postponed until there is an official fix. The patch in production works for us but not for everybody: https://www.drupal.org/project/search_api/issues/2159827 |
Huh. Was this ever fixed in production? Faceted search is having problems. For example, Caitlin Fisher has a lot of works in creative works that are not turning up with the creative work facet checked. So if this was fixed it seems to be back. |
The issue arrives after you search a term and then try to Filter by
Content Type.
So, let's say you search "game".
It takes you to this page: https://elmcip.net/search/game
But then when you click the Creative Work filter box, you get this url:
https://elmcip.net/?f%5B0%5D=type%3Awork
It does this for any search term.
So it's not actually filtering the results. Instead it's just pushing
you back to the main page, more or less.
The text was updated successfully, but these errors were encountered: