https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27448
--- Comment #2 from Nick Clemens <[email protected]> --- In Koha, a 'keyword' search does not search a cpombined 'keyword' field, but rather searches your term across all the fields marked as 'searchable' in the current interface. Cross fields is used to determine whether you want to only return values where all entered terms are included in a single search field, or whether you wish to find a record with all terms, but allowing the terms to be in any combination of fields. e.g. "king grass" without cross fields will return: The Island of the Grass King by Nancy Willard (grass in title/king in title) with cross fields will return: The Island of the Grass King by Nancy Willard (grass in title/king in title) In the tall grass by Stephen King (grass in title/king in author) -- 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/
