[TYPO3-core] RFC: Indexed search: exactCount
Bernhard Kraft
kraftb at kraftb.at
Fri Nov 18 15:59:22 CET 2005
Hallo,
This is a CVS patch request
Type: Bugfix
Description:
Recently Michael made some patches to the indexed_search sysextension which now lets
the result count be exact. But he didn't know wheter this would cause an impact on
performance.
This patch is an extension to Michaels patch which now let's the Adminstrator set a
TS variable
plugin.tx_indexedsearch.show.exactCount = 1
which enables complete exact counting of the rows. Currently it was possible that you
get for example 32 results if you view the first result page (pointer==0) but if you then click
on the 4th page (31-40) it will show not a single results cause results 28-32 got dropped
out because of invalid access rights. With this patch always the correct amount of results
(27 in the above case) will get shown.
Branches: HEAD
Files:
indexedSearch_exactCount.patch
greets,
Bernhard
--
----------------------------------------------------------------------
"Freiheit ist immer auch die Freiheit des Andersdenkenden"
Rosa Luxemburg, 1871 - 1919
----------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: indexedSearch_exactCount.patch
Type: text/x-patch
Size: 2253 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20051118/b8cb0cf8/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20051118/b8cb0cf8/attachment.pgp
More information about the TYPO3-team-core
mailing list