Releases: localgovdrupal/localgov_search
1.2.3
What's Changed
- Fix running tests with Paratest in Github Actions by @stephen-cox in #69
- fix: strict types support by @millnut in #72
- feat: use shared workflows by @millnut in #73
- fix: coding standards introduced by latest drupal coder rules by @millnut in #78
- feat: support Drupal 11 by @millnut in #77
- 1.2.3 release by @finnlewis in #79
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- fix: replace "and" with "&&" by @millnut in #65
- Change sitewite search api to parse_mode terms to support multiple wo… by @finnlewis in #67
- 1.2.3 release by @finnlewis in #68
New Contributors
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Fix coding standards. by @finnlewis in #63
- Release 1.2.1 by @finnlewis in #64
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
Adds support for Drupal 10
- Drupal 10 support by @stephen-cox in #55
Full Changelog: 1.1.4...1.2.0
1.1.4
What's Changed
- Add is syncing flag to hook_install by @andybroomfield in #57
- 1.1.4 by @andybroomfield in #60
New Contributors
- @andybroomfield made their first contribution in #57
Full Changelog: 1.1.3...1.1.4
1.1.3
What's Changed
- Feature/test improvements by @ekes in #49
- Search block cache fix #47 plus tests from #47 (comment) by @ekes @rupertj in #50
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- Add highlight processor to sitewide search index. by @finnlewis in #45
- 1.1.2 by @finnlewis in #46
Full Changelog: 1.1.1...1.1.2
Notes:
This release enables to highlight processor on new installations, to provide better search results for content that shows up in sitewide search results. For existing installations this will not make any changes, so you might want to enable the highlight processor on your search index.
1.1.1
What's Changed
This release just fixes an warning on a fresh site install.
- Fix for #42. by @ekes in #43
- 1.1.1 release by @finnlewis in #44
Full Changelog: 1.1.0...1.1.1
1.1.0
This minor release moves the initial database backend configuration to a separate module.
- If you have an existing site you have had this configuration installed and the module will just be enabled on update.
- If you are installing new sites you will need to also enable the localgov_search_db module.
What's Changed
- Update Github Actions to use standard config by @stephen-cox in #17
- Edit ignored characters for tokenizer by @msayoung in #18
- Update workflow in 1.x branch by @stephen-cox in #19
- Update workflow on 1.x branch by @stephen-cox in #20
- Update workflow on 1.x branch by @stephen-cox in #23
- Allow SitewideSearchBlock plugin to be extended for use with a different view. by @rupertj in #35
- Fixes code standards issue. by @rupertj in #38
- Issue #29: Just splitting db server into another module by @ekes in #40
- Release 1.1.0 by @finnlewis in #41
New Contributors
- @msayoung made their first contribution in #18
- @rupertj made their first contribution in #35
- @ekes made their first contribution in #40
Full Changelog: 1.0.2...1.1.0
1.0.2
Includes the following commits:
@finnlewis Add optional support for localgov_scarfolk theme block placement out … 23e7eaf
@finnlewis Add cache secret to bust cache for testing. 6d76f67