benjaminkott / benjaminkott/bootstrap_package

Define search fields

Open
#727 1 comment 0 reactions 0 assignees View on GitHub
evaluation
Dominant language
PHP
Stars
355
Forks
212
Avg merge
1h 4m
Merged PRs (30d)
31

Description

You should define search fields, so that the contents the editor creates can be found in BE search, e.g. for accordion or tabs:

```
$GLOBALS['TCA']['tx_bootstrappackage_accordion_item']['ctrl']['hideTable'] = false;
$GLOBALS['TCA']['tx_bootstrappackage_accordion_item']['ctrl']['searchFields'] = 'header,bodytext';
```

Contributor guide

No contributing guide indexed for this repository

Research direction

No file or test is named. Locate the TCA definitions for the accordion and tabs content records, then compare their ctrl configuration with the issue's searchFields example. Done means the relevant editor-created content fields are included in TYPO3 backend search.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend, search
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.