finos / vuu

Vuu - an open source view server and html 5 based UI system
https://vuu.finos.org
Apache License 2.0
44 stars 27 forks source link

add contains function for filtering #884

Open keikeicheung opened 1 year ago

keikeicheung commented 1 year ago

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

keikeicheung commented 6 months ago

sorry mistakenly closed it - its for "contains"