This module creates several blocks to support searching. It also enables the use of Ajax with search blocks, facets, and search results.
GNU General Public License v2.0
3
stars
9
forks
source link
Fix for issue https://github.com/Islandora/advanced_search/issues/53 #54
Closed
kylehuynh205 closed 1 month ago
What does this Pull Request do?
To fix this issue https://github.com/Islandora/advanced_search/issues/53
Remove the out of date code https://github.com/Islandora/advanced_search/blob/2.x/src/AdvancedSearchQuery.php#L201-L233
Avoid having the query string are too long if there are many fields are indexed.
Related GitHub Issue:
https://github.com/Islandora/advanced_search/issues/53
What's new?
Remove the out of date code https://github.com/Islandora/advanced_search/blob/2.x/src/AdvancedSearchQuery.php#L201-L233