[TYPO3-core] RFC #11979: TCEforms suggest doesn't find everything on large sites and is slow

Steffen Gebert steffen at steffen-gebert.de
Sat Sep 19 02:25:14 CEST 2009


On Wed, 16 Sep 2009 21:09:16 +0200, Steffen Gebert  
<steffen at steffen-gebert.de> wrote:

> Bugtracker references:
> http://bugs.typo3.org/view.php?id=11979

Redefined bug description:
As soon as > 50 pages/records with the same name exist and the user has no  
access to them, the other ones with access will never be found.

Recursion is totally useless, when we always query SQL with "LIMIT 0,50" -  
every time the same 50 records are retrieved.

Attached patch fixes this.

Now search works, but still a bit inefficient (waiting for Andreas'  
improvements first).

Steffen


More information about the TYPO3-team-core mailing list