Annie Oelschlager
a63808a149
Merge pull request #46 from Islandora/rosiel-patch-1
...
Update README.md
2024-05-01 11:54:58 -05:00
Rosie Le Faive
105f180806
Update README.md
2024-05-01 13:03:02 -03:00
Rosie Le Faive
c88bc63782
Remove 'decedent' from README.
2024-04-30 16:53:54 -03:00
Rosie Le Faive
5242897654
finish merging
2024-04-30 16:14:20 -03:00
Rosie Le Faive
3bc6c84d93
Update README.md
2024-04-30 16:01:00 -03:00
Rosie Le Faive
756ebde7d5
Update README.md
...
based on https://www.drupal.org/project/advanced_search/issues/3442700
2024-04-30 15:31:04 -03:00
Rosie Le Faive
2bc8c2882c
Merge pull request #44 from digitalutsc/boolean-search-issue
...
Fixed for https://github.com/digitalutsc/advanced_search/issues/4
2024-04-09 20:50:42 -03:00
Kyle Huynh
c686b20edf
Fixed for https://github.com/digitalutsc/advanced_search/issues/4
2024-03-14 14:16:33 -04:00
Rosie Le Faive
4e7a3ef888
Merge pull request #42 from joshdentremont/patch-1
...
remove need for blocks to have the 'block' class
2023-10-26 14:03:44 -03:00
joshdentremont
325c1dadc7
remove need for blocks to have the 'block' class
2023-10-24 09:54:44 -03:00
Rosie Le Faive
79c929e53a
Merge pull request #41 from joshdentremont/2.x
...
update advanced search for new Drupal "once" function
2023-10-17 14:07:59 -03:00
Josh d'Entremont
ec81ea16e6
combined sort function calls
2023-10-10 16:15:17 -03:00
Josh d'Entremont
b76df3f12a
fix for ajax call error
2023-10-10 15:31:45 -03:00
Josh d'Entremont
4c8c26f4b2
updated to use drupal once function instead of jquery once
2023-10-06 14:53:55 -03:00
Rosie Le Faive
469bd8005d
Update gitlab-mirror.yml
2023-09-26 15:00:13 -03:00
Annie Oelschlager
6aa6af25bd
Merge pull request #38 from rosiel/QueryEventHandler
...
Query alter done via an event handler for Search API Solr 4.3 deprecations.
2023-09-26 12:38:17 -05:00
Rosie Le Faive
c07f09082b
Replace comment.
2023-09-26 14:04:02 -03:00
Rosie Le Faive
346478be30
Deprecate hook_search_api_solr_converted_query_alter, use PostConvertedQueryEvent instead.
2023-09-26 13:11:15 -03:00
Rosie Le Faive
f60b4f28e6
Case sensitive.
2023-09-26 13:09:03 -03:00
Rosie Le Faive
ca08cbb0b4
Implement
2023-09-26 13:04:50 -03:00
Rosie Le Faive
eb63eb8c4c
Use EventSubscriberInterface.
2023-09-26 13:02:55 -03:00
Rosie Le Faive
4db8602124
PHPCS.
2023-09-26 13:01:34 -03:00
Rosie Le Faive
6123df49a2
Add event subscriber.
2023-09-26 12:51:02 -03:00
Annie Oelschlager
15703a124b
Merge pull request #36 from Islandora/rosiel-patch-1
...
Use syntax that works with http-foundation 6.
2023-09-25 11:39:56 -05:00
Rosie Le Faive
e650f3a19b
Use syntax that works with http-foundation 6.
2023-08-14 11:40:26 -03:00
Rosie Le Faive
74d6c6584c
file in wrong spot.
2023-07-26 18:24:30 -04:00
Rosie Le Faive
9492b7bb58
Enable mirroring to drupal gitlab.
2023-07-26 18:23:16 -04:00
Kyle Huynh
fe6bfe51d1
Create advanced_search.schema.yml
2023-06-28 17:04:54 -04:00
Kyle Huynh
6ce45f6540
Update AdvancedSearchQuery.php
2023-06-28 14:48:34 -04:00
Kyle Huynh
de445f96de
Update composer.json
2023-06-07 14:34:44 -04:00
Kyle Huynh
094342c05a
Merge pull request #32 from digitalutsc/1.x
...
Run the code though phpstan, phpcs
2023-06-07 11:24:34 -04:00
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
0c2504c4c7
Merge pull request #31 from digitalutsc/search_highlight
...
Search highlight
2023-06-02 01:34:01 -04:00
Kyle Huynh
a0cd5351a3
Merge pull request #30 from digitalutsc/ajax-bug
...
Check if view argument is null before function call
2023-05-18 12:06:37 -04:00
Amy Li
489c3c7046
Check if view argument is null before function call
2023-05-15 16:27:05 -04:00
Kyle Huynh
39efb6bb51
Merge pull request #27 from amym-li/search-highlight
...
Implement search highlighting
2023-03-16 12:47:26 -04:00
Kyle Huynh
5756be015d
Update AdvancedSearchQueryTerm.php
...
Replaced ! with - for "is not" after further testings
2023-03-15 23:06:07 -04:00
Amy Li
9f7ea98073
Update README.md
2023-03-15 11:34:16 -04:00
Amy Li
6e102adc15
Update README.md
2023-03-15 11:34:15 -04:00
Amy Li
506da48b59
If highlighting enabled, make search api query 'keys' field non-empty
...
The search api highlight processor checks if the 'keys' field is non-empty and then creates the excerpt. Since we are getting the highlighting result from Solr instead of creating one using the search api processor, we just need to make this field non-empty
2023-03-15 11:34:15 -04:00
Amy Li
84a1c78ad1
Implement search excerpts and highlighting
...
Todo: need to get keywords from search block
2023-03-15 11:34:15 -04:00
Kyle Huynh
b7d439e08f
Update advanced_search.pager.css
2023-03-15 09:47:24 -04:00
Kyle Huynh
8fbdf55c4b
Update advanced_search.pager.css
...
Adjusted CSS for limit grid display only
2023-03-14 17:14:40 -04:00
Kyle Huynh
e698a7c6c7
Update AdvancedSearchQueryTerm.php
...
Applied Amy's fix for "is not" for exact match with double quotation
2023-03-14 17:09:41 -04:00
Kyle Huynh
6b75e99407
Merge pull request #28 from amym-li/edismax-settings
...
EDismax option cannot be unchecked on settings form
2023-03-14 17:06:17 -04:00
Kyle Huynh
599fc81e39
Merge pull request #26 from amym-li/contrib
...
Searching using 'is not' when EDismax is enabled always returns no results
2023-03-14 16:38:20 -04:00
Amy Li
01e49c965a
Fix issue where EDismax cannot be disabled on settings form
2023-03-14 15:08:59 -04:00