Fix #22 (https://github.com/marekjm/diaspy/issues/22)
[diaspy.git] / manual / search.markdown
1 #### `Search()` object
2
3 Searching is useful only if it comes to searching for users.
4 Tags can be searched for just by creating `Tag` object using
5 tag-name as an arument.
6
7 ----
8
9 ##### `lookup_user()`
10
11 This method is used for telling a pod "Hey, I want this user searchable via you!"
12
13 ##### `user()`
14
15 This method will return you a list of dictionaries containg data of users whose
16 handle conatins query you have used.