Add requirements for repeatable install
[diaspy.git] / manual / search.markdown
1 #### `Search()` object
2
3 Searching is useful only if it comes to searching for users or tags.
4
5 ----
6
7 ##### `lookup_user()`
8
9 This method is used for telling a pod "Hey, I want this user searchable
10 via you!"
11
12 ##### `user()`
13
14 This method will return you a list of dictionaries containg data of
15 users whose handle conatins query you have used.
16
17 ##### `tags()`
18
19 This method will return you a `list` with with `str`'s (tag names). As
20 first parameter it expects a `str` representing the search phrase. The
21 second parameter `limit` is optional, it can be set to increase or
22 decrease the maximum returned results. The default for the `limit`
23 parameter is `10`.