Support case-sensitive equals and not-equals operation

Issue #3 resolved
GT Tech repo owner created an issue

There are certain fields in underlying system (e.g. Mongo) where case-insensitive searches are done using regex and thus may not be performant. Having a dedicated case-sensitive search while being functionally an enhancement would also allow avoiding potential performance degradation that comes with current implementation of "eq", "ne" which is case insensitive.

Comments (2)

  1. Log in to comment