Commit graph

19 commits

Author SHA1 Message Date
Kyle Huynh
6ce95da8db
Update IncludeExcludeLinksWidget.php
This widget doesn't currently work, need more reviews. 
Remove "*" to hide the registry of this widget to prevent it show up in Facets configuration
2023-01-26 16:24:34 -05:00
Kyle Huynh
e8633d7e3a
Merge pull request #18 from rosiel/use-new-requeststack
Use new requeststack
2023-01-26 12:21:05 -05:00
Rosie Le Faive
f2e21f3a1a Use new request stack. Addresses #9. 2023-01-26 10:14:40 -04:00
Kyle Huynh
c6d6072031
Update AdvancedSearchQueryTerm.php 2023-01-25 15:42:06 -05:00
Kyle Huynh
f7e14711ea
Update AdvancedSearchQuery.php 2023-01-25 15:41:32 -05:00
Kyle Huynh
4d3a4df647 Seperated detection of dismax and field search
Exact match: need to change full text field to String to be effective
2022-05-04 13:27:07 +00:00
Natkeeran
1e698ce6f8 case sensitive option 2022-05-02 14:08:03 -04:00
Kyle Huynh
3e3b68c72d Added handle for .is-active for pager linke in Pager block with ajax 2022-01-27 04:39:35 +00:00
Kyle Huynh
e52f1db462 Update pager links after searching in place 2022-01-26 19:46:24 +00:00
Kyle Huynh
81342141fc Fixed the issue of reload search results when search query is a single word 2022-01-25 21:48:34 +00:00
Kyle Huynh
678695681d Switch back to dismax query (tesed shown same result) 2021-12-09 18:42:53 +00:00
Kyle Huynh
a3cca6bc37 Renamed the module's machine name from islandora_advanced_search to `advanced_search 2021-12-09 10:06:25 -05:00
Kyle Huynh
9836edfb58 Added search with wildcard (with ? and *) 2021-12-06 10:22:00 -05:00
Kyle Huynh
969dc21bb6 Fixed the issue show no results for Lucene search (comment out $q[] = "{!boost b=boost_document}";) 2021-12-06 10:20:40 -05:00
Kyle Huynh
3168f18b6c Add a simple search block associated with an Advanced Search View Page 2021-09-17 00:55:40 -04:00
Kyle Huynh
2afe41ce79 Add Lucene Search 2021-09-16 17:42:30 -04:00
Nigel Banks
5c6c26f43f Allow page view derived Advanced Search blocks on any page (#843)
* Allow page view derived Advanced Search blocks on any page

Allows the Advanced Search block to be used on pages
where its corresponding view is not present. Now it
will redirect to the route associated with the view
it was generated from.

This is not valid for Advanced Search blocks that
are derived from non-page based views, as there is
no known location in which to redirect the query.

* Fix for undefined index warning.

* Documented Exposed form style settings requirement for Advanced Search.
2021-07-29 10:59:28 -03:00
Nigel Banks
1f611a3876 Fixed issues causing travis build failures 2021-04-05 13:09:07 +01:00
Nigel Banks
698cbcad8b Added islandora_advanced_search module. 2021-04-02 10:52:20 +01:00