Closed shayded-exe closed 3 years ago
rules: and: - field: artist operator: contains value: test - field: title operator: contains value: remix caseSensitive: true - field: bpm operator: '>=' value: 128
rules: and: - [artist, contains, test] - [title, contains, remix, { caseSensitive: true }] - [bpm, '>=', 128]
Originally posted by @rshea0 in https://github.com/rshea0/enjinn/discussions/40
Current
New
Originally posted by @rshea0 in https://github.com/rshea0/enjinn/discussions/40