ponzu
ponzu copied to clipboard
The "must" search operator in blevesearch can't be passed into ponzu
E.g. a query "+fielda:xxx +fieldb:bbb" will be recognized as " fielda:xxx fieldb:bbb" in ponzu, and got wrong search result.
I fixed it locally with removing "url.QueryUnescape" in this line. https://github.com/ponzu-cms/ponzu/blob/9bc41b703131aa42ca64265ab6fdeadc37841e66/system/api/search.go#L34