summaryrefslogtreecommitdiff
path: root/data/org.gnome.nautilus.gschema.xml
diff options
context:
space:
mode:
authorAlexandru Pandelea <alexandru.pandelea@gmail.com>2017-05-26 23:22:12 +0300
committerAlexandru Pandelea <alexandru.pandelea@gmail.com>2017-06-22 16:49:41 +0300
commit11cbe223a554549dc1b42d0c91a3d5b569bc3971 (patch)
tree6e4d3794d80611b4c0469da5f9455da2bb5b8948 /data/org.gnome.nautilus.gschema.xml
parentba5ed9b169ec99d03cc355137bce16573b892478 (diff)
downloadnautilus-11cbe223a554549dc1b42d0c91a3d5b569bc3971.tar.gz
implement fts
The search text can now also match the contents of a file, besides the file name. This is done with the help of a Tracker query, using fts:match, which matces both the contents of a file and the filename. The user also has the option to choose whether to use or not the Full Text Search. This can be done with a preference, which represents the default option when opening a new tab/window or from the search popover. https://bugzilla.gnome.org/show_bug.cgi?id=775961
Diffstat (limited to 'data/org.gnome.nautilus.gschema.xml')
-rw-r--r--data/org.gnome.nautilus.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.nautilus.gschema.xml b/data/org.gnome.nautilus.gschema.xml
index e162ebb42..f093c3ccf 100644
--- a/data/org.gnome.nautilus.gschema.xml
+++ b/data/org.gnome.nautilus.gschema.xml
@@ -217,6 +217,11 @@
<summary>Enable new experimental views</summary>
<description>Whether to use the new experimental views using the latest GTK+ widgets to help giving feedback and shaping their future.</description>
</key>
+ <key type="b" name="fts-default">
+ <default>true</default>
+ <summary>Whether to have full text search enabled by default when opening a new window/tab</summary>
+ <description>If set to true, then Nautilus will also match the file contents besides the name. This toggles the default active state, which can still be overriden in the search popover</description>
+ </key>
</schema>
<schema path="/org/gnome/nautilus/compression/" id="org.gnome.nautilus.compression" gettext-domain="nautilus">