aadl / arborelastic

Custom Elasticsearch module for Drupal 8
1 stars 0 forks source link

Querystring overhaul #32

Closed mswinehart closed 8 months ago

mswinehart commented 9 months ago

Moves away from doing the whole search in a query_string query type so that minor adjustments can be made more easily. Also better supports partial matching.

There's a fair amount of config type associative arrays tucked into the constructor and some of the methods themselves that could potentially go elsewhere. Open to suggestions.

edit: Forgot to mention that this would require an index rebuild, as it uses an alphanumeric keep type analyzer in the folded field.

taleon commented 9 months ago

This has been looking good so far! Want to do a little more testing but I think we can probably start sharing this with some other folks, like SG and Collections, shortly.

mswinehart commented 9 months ago

Sounds good!

Just FYI, some of the links on the front page are not working on dev due to updates required in the aadl-theme. It's currently on the byte club branch, so when we hand it over to other folks aadl-theme should be switched over to the arborelastic-updates branch. I'll make sure it's not stepping on eric's work before switching over.