20 Dec
2024
20 Dec
'24
12:07 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38749 --- Comment #7 from David Cook <dcook@prosentient.com.au> --- 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.