We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a548c commit dc2dc2eCopy full SHA for dc2dc2e
1 file changed
README.rst
@@ -66,6 +66,10 @@ Python API provides access to @wiki features.
66
# Show source of page ID 14.
67
print(api.get_source(14))
68
69
+ # Show results of wiki search.
70
+ for result in api.search('test'):
71
+ print(result)
72
+
73
License
74
-------
75
0 commit comments