Skip to content

feat: [For MSFT Team Review]: advanced query filters

[Internal PR, target branch is not master]

Updates description?

First part of the implementation of advanced filters for #117.

This PR includes:

  • Support for match (with operators like =, LIKE, STARTSWITH) and and operator (service layer only)

Still missing, will be provided in follow-up PRs:

  • Support for or and not operators
  • API layer accepting filter payload
  • Advanced filters in Bulk Delete operation
Edited by Alexandre Gattiker

Merge request reports