https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18969
--- Comment #9 from Nick Clemens <[email protected]> --- I think you are correct, ES will default to *.*, however, I think having an '_all_fields' and searching that directly gives us a little more flexibility. Currently fields like 'nonpublicnote' are indexed and searchable, even if hidden from the opac. Using the all field would allow us to keep those fields in the full record stored in ES and search them from the staff side while removing them from the opac side I believe for boosting we could stil search: "fields" : ["_all_fields", "title.*^5"], Thoughts David? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
