Warning: The query arg "property" won’t support multiple properties in a future version, because it’s overriding the default behavior.

Hi!

I’m running Omeka S 4.1.1, with CleanURL and Ark installed.
I’ve been updating modules and themes today, and this started to pop up in my logs. I’m wondering if it’s connected with CleanURL, or if it’s a regular Omeka S warning message?

Full warning message:

The query arg “property” won’t support multiple properties in a future version, because it’s overriding the default behavior. Use arg “filter” instead. Check your queries: press-material

Ok I found it, it’s in Advanced Search, in multiple places in this file. I’ll see if I’ve missed a configuration step.

I found this in the README as well:

IMPORTANT: the improvements done on query argument “property” were moved to “filter” and will be removed in a future version. So use the key “filter” instead of “property” for future compatibility.

I’ve disabled AdvancedSearch for now until I figure out where that configuration is done.