Skip to content

Supports Boolean search by removing strtolower() from the query encoding for...

Ruth Kitchin Tillman requested to merge issue-700 into master

Supports Boolean search by removing strtolower() from the query encoding for this. Lowercasing Blackcatsearches means it can't parse the Boolean terms like NOT and AND and OR, which have to be upper-case. So if a person includes Boolean in their search, we need to pass it on.

Merge request reports