Skip to content

Refactor filtered search token types from literals to constants

Coung Ngo requested to merge cngo-filtered-search-constants into master

What does this MR do and why?

This MR refactors some filtered search token types from literals to constants, for consistency and to minimise issues with misspellings. The actual text doesn't matter, as long as the same constant is used across the component.

Screenshots or screen recordings

How to set up and validate locally

Confirm filtered search works as expected:

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Coung Ngo

Merge request reports