[TYPO3-hci] Extended page/record lookup "window"

Steffen Gebert steffen at steffen-gebert.de
Mon Apr 13 14:06:26 CEST 2009


Steffen Müller wrote:

> There could be an exception for pure int+ search phrases. If the value
> exactly matches a page ID, the page will be shown as result. This could
> be done by a single DB request for page id which then would make use of
> keys. DB load would be minimal.
> The search field in the old pagetree could handle that and it was very
> useful for me.
 
+1

* I just tried v4_corrected and searched for "der" (german installation).
Result was:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to 
allocate 1498 bytes) in typo3_src/t3lib/class.t3lib_db.php on line 834
Call Stack
#	Time	Memory	Function	Location
1	0.0002	121040	{main}( )	../ajax.php:0
2	1.4241	27930776	t3lib_div::callUserFunction( )	../ajax.php:72
3	1.4320	29660976	call_user_func_array ( )	../class.t3lib_div.php:4623
4	1.4320	29661088	tx_besearch->searchAjax( )	../class.t3lib_div.php:0
5	1.5016	30814096	tx_besearch->searchTable( )	../class.tx_besearch.php:338
6	1.5025	30818648	t3lib_DB->exec_SELECTgetRows( )	
../class.tx_besearch.php:274
7	2.0668	134184496	t3lib_DB->sql_fetch_assoc( )	../class.t3lib_db.php:325
8	2.0668	134184696	mysql_fetch_assoc ( )	../class.t3lib_db.php:834

128MB should not be exceeded IMHO ;-)

* I really like the new way to display the parent record. Unfortunately the 
window is too small. Could it be a bit wider? The text should also be a link 
to the parent page. Also IMHO it's a convention in TYPO3 that the page 
symbols have a click menu.

* Furthermore the magnifier and pencil shouldn't be wrapped.

To support your work a bit, I'll try to overwork some of the mentioned 
points right now and send the patches.

Steffen



More information about the TYPO3-team-hci mailing list