https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38749
--- Comment #7 from David Cook <[email protected]> --- I was hopeful that I could use the regular expression syntax for the ES query string syntax, but alas... we're mangling the ES queries... Koha: title:/handb.*/ Sent to elastic: ("title:/handb.*/") 0 results I sent this via curl: "query": "title:/handb.*/" 2 results -- Admittedly, the regular expressions in ES don't seem to be able to handle multiple terms. If you try "title:/a handb.*/" or "title:/handb.* of/" you'll get 0 results unfortunately. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
