#Is there a minimum on the amount of characters ETV will search?

1 messages · Page 1 of 1 (latest)

quaint vapor
#

if you set log level to debug it will log details about the search query. my guess is that quotes might be involved

#

i think you would have to wildcard, like title:apr*

quaint vapor
#

AND means you want titles to contain both aug_* and apr*, i think you might mean OR?

#

think about a single item matching the search

#

it has to match everything

#

library_id:64 AND (title:aug_* OR title:apr_*)