https://bugzilla.wikimedia.org/show_bug.cgi?id=72729

Bernd Sitzmann <bsitzm...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bsitzm...@wikimedia.org

--- Comment #9 from Bernd Sitzmann <bsitzm...@wikimedia.org> ---
Daniel, the apps currently use both prefixsearch and search generators. I can't
speak for mobile web, but I guess it's similar. When the user clicks search we
perform a title search first, then allow the user to switch to full text search
from there. We currently have to collect the wikibase_items and then send off
another request to wikidata.org to get the descriptions. Like Kaldari mentioned
above, we would like to avoid that. Below are some examples we have currently
implemented. 

(1) Title search:
https://en.m.wikipedia.org/w/api.php?action=query&format=json&generator=prefixsearch&gpssearch=foo&gpsnamespace=0&gpslimit=12&prop=pageprops%7Cpageimages&ppprop=wikibase_item&piprop=thumbnail&pithumbsize=96&pilimit=12&list=prefixsearch&pssearch=formula&pslimit=12

(2) Full text search:
https://en.m.wikipedia.org/w/api.php?action=query&format=json&prop=pageprops%7Cpageimages&ppprop=wikibase_item&generator=search&gsrsearch=foo&gsrnamespace=0&gsrwhat=text&gsrinfo=&gsrprop=redirecttitle&gsroffset=0&gsrlimit=12&list=search&srsearch=foo&srnamespace=0&srwhat=text&srinfo=suggestion&srprop=&sroffset=0&srlimit=12&piprop=thumbnail&pithumbsize=96&pilimit=12

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to