php - Stackover API gives different search results than web interface -
i'm playing api, , noticed api call search lesscss
gives total: 13
items api param tagged=lesscss
http://api.stackoverflow.com/1.0/search?tagged=lesscss
but web interface gives little on 30
https://stackoverflow.com/search?q=lesscss
i think reason web interface searches not word tag, searches word in body of questions/answers. there better way search api gives more complete results
in webinterface perform search tagged question should search squarebraked [lesscss]
, result page should be: tagged lesscss
to reply answer using api can search intitle, tagged or nottagged...
this error message api:
one of 'tagged', 'nottagged', or 'intitle' must set on method.
and this is documentation of api search
as can see:
this method intentionally quite limited. more general searching, should use proper internet search engine restricted domain of site in question.
so no, can't retrive complete result webinterface :)
Comments
Post a Comment