mcyg
mcyg

Reputation: 317

TYPO3 backend searches

There are two different search fields in TYPO3 backend - as in attachement. 1 - search displayed above list and page module 2 - main TYPO3 backend search (https://ibb.co/vQZGTq0)

Does those searches use different configuration?

I have some custom table and field which I want to be searched against in case of search 1 and 2. In my table TCA I have added my field to searchFields. I can find my record by search 2. but not 1.

Upvotes: 0

Views: 314

Answers (1)

Daniel
Daniel

Reputation: 1085

Search 1 only searches on current page, while search 2 searches within whole installation.

Therefore if you record is on a different page then currently selected, it will only be found by global search (2).

Upvotes: 0

Related Questions