You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quoted searches with underscores do now return exact matches however It looks as though search behaviour has been changed in the latest datahub version. Search terms will be treated as exact matches if they match the regex below.
# Criteria for exact-match only
# Contains quotes, is a single term with `_`, `.`, or `-` (normally consider for tokenization) then use exact match query
- queryRegex: >-
^["'].+["']$|^[a-zA-Z0-9]\S+[_.-]\S+[a-zA-Z0-9]$
simpleQuery: false
prefixMatchQuery: false
exactMatchQuery: true
Describe the bug.
prod is working, preprod returns no matches for a quoted search, e.g. "Common platform"
this is after updating datahub
see https://datahubproject.io/docs/releases/#v0-14-0-2
To Reproduce
No response
Expected Behaviour
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: