Open keikeicheung opened 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.
contains
Operation will be very similar to starts and ends operators, but will match for substring contents anywhere within column value
starts
ends
e.g. 'instrumentName contains "on"'
would be better if match is case-insensitive
sorry mistakenly closed it - its for "contains"
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
andends
operators, but will match for substring contents anywhere within column valuee.g. 'instrumentName contains "on"'
would be better if match is case-insensitive