blueprint
blueprint copied to clipboard
Regex (full text) search dialect
Inspired by the existing implementation of search dialects, I added a basic one which uses REGEX. It becomes the default, so that fullTextSearchDialect setting is not required
There additional observations or ideas I would like to discuss
- Technically the functionality is that of search in general. I would propose to remove the
FullTextpart and only reduce that to implementation detail of classes that they actually use a certain full-text search - It appears possible to make the new
RegexSearchclass the default base for all other search implementations. My gut tells me that the overall queries are pretty much the same, with difference only in the actual search patterns.
🦋 Changeset detected
Latest commit: 3e96cf0e422b364784e4029004393a946a43d978
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| blueprint | Minor |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR