alivannikov
alivannikov
You can easily emulate AND semantics by following the same logic. Just doing 2 requests, but taking intersection of results, not union. But yes, OR semantics can be separate endpoint/operation...
@segler-alex Does this require something else except concatenating LIKE clauses from tagList with OR instead of AND here: https://github.com/segler-alex/radiobrowser-api-rust/blob/master/src/db/db_mysql/mod.rs#L546 And adding new endpoint parameter (if we want to keep old...
No no, different search attributes should be combined with AND of course. I think this is how filtering usually works on search related web sites. Filters are combined with AND,...
@segler-alex Would you mind to do this small change? I have some troubles to set up local env to verify that it actually works.