mattc-cogapp

Results 4 issues of mattc-cogapp

We run automated scripts on a Windows machine to populate a database and then switch environment variables to switch between them (a sort of cursory green/blue style workflow). Unfortunately, the...

## The problem When building the regular expression for a facet query, `createRegexQuery` runs the following check, which takes any lowercase letters and adds an uppercase equivalent in a group...

## The problem The `createRegexQuery` function is duplicated. ## Environment * Searchkit version (or git revision) that exhibits the issue: 4.12.0 * Last Searchkit version that did not exhibit the...

## The problem createRegexQuery prepends `([a-zA-Z]+ )+?` when it _possibly_ shouldn't when a query input has more than two characters. ## Environment * Searchkit version (or git revision) that exhibits...