As I have already many threads in some StackExchange sites, sometime I would like to be able to search among them, for instance, based on some key words.

Does anyone know how to do that? Thank you!

link|improve this question
feedback

1 Answer

You can search any Stack Exchange site for some keywords using the /search method:

http://api. [site] .com/1.1/search?intitle= [search string]

According to the usage documentation, the intitle parameter is:

"A string that must appear verbatim in the title of a question"

Here is an example URL:

http://api.askubuntu.com/1.1/search?intitle=install+firefox

Notice that all of the responses contain the string "install firefox" in their title.

link|improve this answer
Thanks... what if I just want to search among my posts? – SoftTimur Oct 16 '11 at 16:26
@SoftTimur: Unfortunately there is no way of doing that at the moment. – George Edison Oct 16 '11 at 16:28
@SoftTimur, you should post a feature-request for more search options, – Jonathan. Jan 14 at 19:39
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged