blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

Regex (full text) search dialect

Open tpluscode opened this issue 1 year ago • 1 comments

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

  1. Technically the functionality is that of search in general. I would propose to remove the FullText part and only reduce that to implementation detail of classes that they actually use a certain full-text search
  2. It appears possible to make the new RegexSearch class 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.

tpluscode avatar Nov 18 '24 11:11 tpluscode

🦋 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

changeset-bot[bot] avatar Nov 18 '24 11:11 changeset-bot[bot]