Commit graph

13 commits

Author SHA1 Message Date
Kyle Huynh
8e43f84c7c Fixed code standard for t() 2023-06-07 10:58:55 -04:00
Kyle Huynh
d1692db53a Fixes for the error which phpcbf can't fix 2023-06-07 01:35:02 -04:00
Kyle Huynh
0940670323 Run phpcs and phpcbf 2023-06-07 00:59:16 -04:00
Kyle Huynh
9557ca17d5 Fixed "new static" is unsafe 2023-06-06 11:37:11 -04:00
Kyle Huynh
e632b96314 Remove theme wrapper to avoid redudent 2023-02-09 16:13:53 -05:00
Kyle Huynh
2bbf072838
Update AdvancedSearchForm.php 2023-02-07 13:32:32 -05:00
Kyle Huynh
ec96982005 Added aria-label to Search Results Pager block 2023-02-02 14:47:07 -05:00
Kyle Huynh
d8a87ce0da Enabled edismax for field search as well
Change wording in configiration view
2023-01-31 11:20:28 -05:00
Rosie Le Faive
f2e21f3a1a Use new request stack. Addresses #9. 2023-01-26 10:14:40 -04: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
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
698cbcad8b Added islandora_advanced_search module. 2021-04-02 10:52:20 +01:00