tspence / csharp-searchlight

A lightweight, secure framework for a fluent REST API with robust, secure searching features.
Apache License 2.0
11 stars 7 forks source link

Test for inconsistent clauses #130

Closed tspence closed 1 year ago

tspence commented 1 year ago

Issue report #122 - There is a risk that someone might write a query (A and B or C). This query is problematic because it's imprecise - what do you mean, (A and B) or C or A and (B or C)?

Let's add a test for it and raise an appropriate error message.