Project

General

Profile

Task #78519

Updated by Markus Klein over 7 years ago

As an editor I want to be able to search for filenames containing multiple search words. 
 Currently the search form takes the given text as a single word. 
 A search like "aua a320" will not match a file named "AUA-Austrian-Tyrolean-Airbus-A320-Retro-Bemalung". 

 This is really cumbersome if your site has roughly 10000 images and a few hundred have "aua" in their name and many others have "a320" in their name. 

 The search should rather work like any other search and split the given text by space. 
 The above search should hence be interprated as "any filename containing 'aua' AND 'a320'". Search words consisting of multiple words must be quoted. 

Back