Closed snorri closed 5 years ago
When you combine ':' with wildcards * or ?
Example: title = "Communication: Develop* new theories" results in "Failed to parse query" error.
title = "Communication: Develop* new theories"
Cannot parse 'mainTitle:Communication:\ Develop*\ new\ theories': Encountered " ":" ": "" at line 1, column 23...
fixed in release 1.01
When you combine ':' with wildcards * or ?
Example:
title = "Communication: Develop* new theories"
results in "Failed to parse query" error.Cannot parse 'mainTitle:Communication:\ Develop*\ new\ theories': Encountered " ":" ": "" at line 1, column 23...