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