diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-21 14:14:51 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@smile.fr> | 2015-10-21 14:14:51 +0200 |
commit | 59e91bc8931a386974a3817e9849aad1ca7fc186 (patch) | |
tree | 4bd4f99cff41e32c3820f1770d5500c96630c32f /docs/en/User/search.rst | |
parent | a4e1ddf2d64bba7c7e28459ccc6738a9a9e23e71 (diff) | |
download | wallabag-59e91bc8931a386974a3817e9849aad1ca7fc186.tar.gz wallabag-59e91bc8931a386974a3817e9849aad1ca7fc186.tar.zst wallabag-59e91bc8931a386974a3817e9849aad1ca7fc186.zip |
add docs
Diffstat (limited to 'docs/en/User/search.rst')
-rw-r--r-- | docs/en/User/search.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/en/User/search.rst b/docs/en/User/search.rst new file mode 100644 index 00000000..d2bda8bc --- /dev/null +++ b/docs/en/User/search.rst | |||
@@ -0,0 +1,21 @@ | |||
1 | Search content in wallabag | ||
2 | ========================== | ||
3 | |||
4 | To enable you to find an article quickly, we set up a full search | ||
5 | engine. | ||
6 | |||
7 | Click on **Search** in the wallabag menu. Then, enter your search terms. | ||
8 | |||
9 | Wallabag will go through all your articles, and lists the ones | ||
10 | containing the search terms in their title, their content or their URL. | ||
11 | |||
12 | Convert this search into ePub format | ||
13 | ------------------------------------ | ||
14 | |||
15 | You can convert the listed articles to the ePub format, so that you can | ||
16 | read them in your e-reader, for example. Look at :ref:`ePub conversion` for more about this. | ||
17 | |||
18 | Assign a tag to your search results | ||
19 | ----------------------------------- | ||
20 | |||
21 | You can create a tag based on your search criteria. Loot at :ref:`Organize articles` for more about this. | ||