Skip to content

feat(fe:FSADT1-2094): fix "keyword"-like splitting to check for exact match#2068

Merged
fterra-encora merged 5 commits intomainfrom
fix/FSADT1-2094
Mar 17, 2026
Merged

feat(fe:FSADT1-2094): fix "keyword"-like splitting to check for exact match#2068
fterra-encora merged 5 commits intomainfrom
fix/FSADT1-2094

Conversation

@fterra-encora
Copy link
Collaborator

@fterra-encora fterra-encora commented Mar 16, 2026

Description

Fixes "keyword"-like splitting to check for exact match, which in turn fixes the "no exact match" message being displayed by mistake in the following situations:

  • on empty search;
  • when search input contains: repeated white-space; or a sequence of two or more non-alphanumerical characters (including white-space), for example: ", ", or " (", or ",(".

Fixes FSADT1-2094

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Documentation update

How Has This Been Tested?

  • New unit tests
  • New integrated tests
  • New component tests
  • New end-to-end tests
  • New user flow tests
  • No new tests are required
  • Manual tests (description below)
  • Updated existing tests

Checklist

  • I have read the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have already been accepted and merged

Further comments


Thanks for the PR!

Deployments, as required, will be available below:
Any successful deployments (not always required) will be available here

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

@github-actions
Copy link
Contributor

Overall Project NaN% NaN% 🍏

There is no coverage information present for the Files changed

@github-actions
Copy link
Contributor

Overall Project NaN% NaN% 🍏

There is no coverage information present for the Files changed

@github-actions
Copy link
Contributor

Overall Project NaN% NaN% 🍏

There is no coverage information present for the Files changed

@fterra-encora fterra-encora enabled auto-merge (squash) March 17, 2026 18:28
@fterra-encora fterra-encora merged commit 165a438 into main Mar 17, 2026
49 of 52 checks passed
@fterra-encora fterra-encora deleted the fix/FSADT1-2094 branch March 17, 2026 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants