https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24895
--- Comment #4 from Nick Clemens <[email protected]> --- Koha/SearchEngine/Elasticsearch/QueryBuilder.pm : _convert_index_strings_freeform 781 This is similar to L<_convert_index_strings>, however it'll search out the 782 things to change within the string. So it can handle strings such as 783 C<(su:foo) AND (su:bar)>, converting the C<su> appropriately. 784 785 If there is something of the form "su,complete-subfield" or something, the 786 second part is stripped off as we can't yet handle that. Making it work 787 will have to wait for a real query parser. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ 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/
