vuu icon indicating copy to clipboard operation
vuu copied to clipboard

add contains function for filtering

Open keikeicheung opened this issue 2 years ago • 1 comments

Add support for a contains operator in the filtering DSL . This is a substring match so applicable only to columns of type string.

Operation will be very similar to starts and ends operators, but will match for substring contents anywhere within column value

e.g. 'instrumentName contains "on"'

would be better if match is case-insensitive

  • [ ] change server filtering DSL to recognise contains
  • [ ] extend server filtering functionality to apply contains when used
  • [ ] change clientside filtering DSL to recognise contains
  • [ ] extend UI filters to offer contains for string typed columns
  • [ ] ensure AG Grid adaptor correctly maps contains to ag grid filter format

keikeicheung avatar Sep 29 '23 09:09 keikeicheung

sorry mistakenly closed it - its for "contains"

keikeicheung avatar Apr 24 '24 09:04 keikeicheung