currently the gadget is set to a maxDepth of 10 and maxResults of 50
Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T105868 Search gadget for subcategories and intersections search (2013) | |||
Duplicate | None | T37402 Provide a form of incategory: which covers subcategories as well | |||
Resolved | Tobi_WMDE_SW | T101381 [DeepCat] probe for max values regarding CatGraph search depth | |||
Resolved | Tobi_WMDE_SW | T101984 [DeepCat] Investigate CirrusSearch limits and how to raise them |
Event Timeline
Comment Actions
The discussion on what an optimal limit for category results (both the depth and the number of the results) should be can be found here: https://de.wikipedia.org/wiki/Wikipedia_Diskussion:Umfragen/Technische_Wünsche/Top_20#Prototyp_.E2.80.9EDeepCat.E2.80.9C-Gadget:_Einladung_zum_ersten_Testen
Comment Actions
From https://github.com/wmde/DeepCat-Gadget/issues/13#issuecomment-111508131:
Limits in the Gadget/JSONP-interface/CatGraph (for limits on Cirrus/Elastic see T101984):
- maxresultrows limits the maximum subcategories returned by the jsonp interface per request (i.e. per deepcat: keyword). We could change that if needed.
- maxDepth and maxResults in the gadget. We can change that as needed.
- GET request string length limit, server-side: about 8k characters. We can't change that unless we change to POST.
- GET request string length limit, browser-side: roughly 2k characters (~150-175 categories) according to @WMDE-Fisch. We can't change that unless we change to POST.