[TYPO3-german] site Crawler paramsets configuration 1:1 relation
Janine Schendel
bogomil21 at web.de
Thu Jun 28 08:47:50 CEST 2012
Hi,
two tables having 1:1 relation.
First table contains information about parent (objects).
Second table contains types of objects from first table.
e.g.
object = house
type of object = flat 1
type of object = flat 2
URL to reindex:
... house/flat1
... house/flat2
object = hotel
type of object = room1
type of object = room2
URL to reindex:
... hotel/room1
... hotel/room2
my crawler configuration:
&tx_myext_pi1[object_id]=[_TABLE:tx_myext_objects;_PID:122;_FIELD:uid;_WHERE
: AND deleted=0 AND
hidden=0]&tx_myext_pi1[type_id]=[_TABLE:tx_myext_types;_PID:122;_FIELD:uid;_
WHERE: AND deleted=0 AND hidden=0]
I have 13.000 objects and 22.000 types.
Crawler try to create 13.000 x 22.000 URLs which is not nessecary.
Each type contains the uid of its object.
How do i have change the crawler config, to get the right urls?
kind regards
Janine
More information about the TYPO3-german
mailing list