Skip to content

Allow searching for multiple search terms (Issue #783)

Andrew Chadwick requested to merge achadwick/thunar:search-multiword into master

(From #783 (closed))

The query string is split on whitespace before the job starts. All query string terms must match (it’s AND, not OR).

This behaviour is similar to Nautilus.

Edited by Andrew Chadwick

Merge request reports