This commit is contained in:
Kovid Goyal 2010-04-09 11:17:23 +05:30
parent 07f1a34130
commit c70f0f21da
2 changed files with 13 additions and 8 deletions

View File

@ -229,18 +229,18 @@
</item>
<item>
<widget class="SavedSearchBox" name="saved_search">
<property name="toolTip">
<string>Choose saved search or enter name for new saved search</string>
</property>
<property name="minimumContentsLength">
<number>15</number>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Choose saved search or enter name for new saved search</string>
</property>
<property name="minimumContentsLength">
<number>15</number>
</property>
</widget>
</item>
<item>
@ -274,7 +274,7 @@
<item>
<widget class="QToolButton" name="delete_search_button">
<property name="toolTip">
<string>Delete current search and clear search box</string>
<string>Delete current saved search</string>
</property>
<property name="text">
<string>...</string>

View File

@ -220,6 +220,11 @@ The special field ``search`` is used for saved searches. So if you save a search
"My spouse's books" you can enter ``search:"My spouses' books"`` in the search bar to reuse the saved
search. More about saving searches, below.
You can search for the absence or presnce of a filed using the specia "true" and "false" values. For example::
cover:false Will give you all books without a cover
series:true Will give you all books that belong to a series
.. |sbi| image:: images/search_button.png
:align: middle
@ -232,7 +237,7 @@ Saving searches
|app| has a useful feature, it allows you to save a search you use frequently under a special name and then re-use that search with a single click. To do this, create your search, either by typing it in the search bar, or using the Tag Browser. Then, type the name you would like to give to the search in the Saved Searches box next to the search bar and click the plus icon next to the saved searches box to save the search.
Now, you can access your saved search in the Tga Browser under "Saved searches". A single click will allow you to re-use any arbitrarily comple search easily without needing to re-create it.
Now, you can access your saved search in the Tag Browser under "Searches". A single click will allow you to re-use any arbitrarily complex search easily, without needing to re-create it.
.. _configuration: