Am 2014-09-17 um 13:56 schrieb Tibor Simko <[email protected]>: > On Tue, 09 Sep 2014, Henning Hraban Ramm wrote: >> is it possible to change the behaviour of the simple search, so that it >> searches all fields for substrings? >> E.g. if I search for „ski“, I’d like to find „skiing“, „Przewalski“ as well >> as „Eskimo“. > > One can achieve this via single quotes or regexp query syntax: > > title:'ski' > title:/ski/
I know, but I can’t bother my completely unexperienced users to learn about such a beast. > If you would like to make it a new default search matching method, this > is not currently configurable out of the box, but it is very easy to > change. > > However, please note that switching default mode to substring matching > would be extremely expensive CPU time wise, since this is done currently > during runtime via full table scans. > > If you still would like to have this, please submit a new feature > request at: > > https://github.com/inveniosoftware/invenio/issues/ Will do, thanks. Greetlings, Hraban --- http://www.fiee.net https://www.cacert.org (I'm an assurer)

