|
Searching for “art” using partial word matching will also find “artwork” oder “start”. When using manual truncation, though, you can use an asterisk at the beginning and/or ending of a word to control whether there may be characters before or after the search term: “art” will only find “art”, but “art*” will yield “artwork” and a search for “*art” will include “*start” in the results.
|