Conversation
Code Review ✅ Approved 3 resolved / 3 findingsRegisters the description field in the query builder and corrects the Description Status label, addressing the reported naming inconsistencies and search functionality gaps. Test suite cleanup and UI test references have also been updated. ✅ 3 resolved✅ Bug: WORD_TO_SEARCH trailing period causes double-period in description
✅ Quality: WORD_TO_SEARCH duplicates template words in AdvancedSearch test
✅ Quality: Missing test cleanup (afterAll) for created entities
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
|
Failed to cherry-pick changes to the 1.12.7 branch. |
|
Changes have been cherry-picked to the 1.13 branch. |
* Added Missing operators(Contains, Not Contains) for description * addressed PR comment and fixed unit test * addressed gitar comment * fix playwright * lint fix * removed dead code (cherry picked from commit 88b932a)



Describe your changes:
Added description field — was completely missing from the query builder. Now registered as a text type field with match_phrase, not_match_phrase, is_null, is_not_null operators.
Fixed descriptionStatus label — it was previously using Description (wrong key). Changed to Discription Status
collate PR - https://github.com/open-metadata/openmetadata-collate/pull/3971
Fixes 3224
I worked on ... because ...
Screen.Recording.2026-05-05.at.6.47.27.PM.mov
Screen.Recording.2026-05-05.at.7.02.27.PM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
descriptionas a new filterable text field inAdvancedSearchClassBasewithmatch_phrase,not_match_phrase,is_null, andis_not_nulloperators.description-statustranslation keys across all supported locale files.AdvancedSearch.spec.tsfor the new description filter operators.PersonaFlow.spec.tsto test description filtering within the curated assets widget and implementedtest.afterAllcleanup logic.AdvancedSearchClassBase.test.tsto includedescriptionin the entity fields test suite.This will update automatically on new commits.