Actions
Bug #31253
closedPage Tree filter broken with large result sets
Status:
Closed
Priority:
Won't have this time
Assignee:
-
Category:
Pagetree
Target version:
-
Start date:
2011-10-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Since #28297 the result size of the Page Tree filter is limited to 500 pages. In fact, I was able to reproduce the problem with a result set of 735 pages.
However, since this fix, I get no result set at all, while searching for a frequent term. The search just immediately quits without showing any results.
Request:B_
{"action":"DataProvider","method":"getFilteredTree","data":["root",{"id":"root"},"fre","ae07b5df8588d3d7cf23493050429949a70a547d"],"type":"rpc","tid":29}
Response:
[{"tid":29,"action":"DataProvider","method":"getFilteredTree","type":"rpc","result":[{"serializeClassName":"t3lib_tree_pagetree_Node","id":"p0","type":"pages_root","editableText":"DEV F_ W_ Bayern","text":"[0] DEV F_ W_ Bayern","cls":"typo3-pagetree-node-notExpandable","prefix":"[0] ","suffix":"","qtip":"id=0","expanded":true,"expandable":false,"draggable":false,"isTarget":false,"spriteIconCode":"<span class=\"t3-icon t3-icon-apps t3-icon-apps-pagetree t3-icon-pagetree-root\"> <\/span>","t3TextSourceField":"title","t3InCopyMode":false,"t3InCutMode":false,"t3ContextInfo":[],"editable":false,"allowChildren":true,"nodeData":{"serializeClassName":"t3lib_tree_pagetree_Node","id":0,"type":"pages_root","editableText":"DEV F_ W_ Bayern","text":"[0] DEV F_ W_ Bayern","cls":"typo3-pagetree-node-notExpandable","prefix":"[0] ","suffix":"","qtip":"id=0","expanded":true,"expandable":false,"draggable":false,"isTarget":false,"spriteIconCode":"<span class=\"t3-icon t3-icon-apps t3-icon-apps-pagetree t3-icon-pagetree-root\"> <\/span>","t3TextSourceField":"title","t3InCopyMode":false,"t3InCutMode":false,"t3ContextInfo":[],"editable":false,"allowChildren":true,"readableRootline":"","mountPoint":0,"workspaceId":0,"isMountPoint":true},"children":[],"realId":0,"readableRootline":""}],"debug":""}]
Actions