-
Notifications
You must be signed in to change notification settings - Fork 5
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
Avant search breaks browse items in collection #2
Comments
Connected to this dominance of /find over /items/browse it does not seem to be possible to get the rss feed with Omeka to work anymore. |
We have also encountered this issue. Links to .../items/browse?collection=[a number] resolve to /find, with no search parameters--so it just lists all the items. |
To remedy this problem, we edited AvantSearch/libraries/AvantSearch/Controller/Plugin/DispatchFilter.php to add the following ca. line 12: $isCollectionRequest = $request->getParam('collection', false); |
Oh great that works as a workaround. Thanks! |
When Avant Search is installed, the link from a Collection page to "see all items in this collection" redirects to a blank search.
Issue created from this post and this post in the Omeka Forum.
The text was updated successfully, but these errors were encountered: