Feature #34131
Add news to BE search
| Status: | Resolved | Start date: | 2012-02-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.7 | Has patch: | No | |
| PHP Version: | Complexity: | |||
| Votes: | 1 (View) |
Description
// register search keys $GLOBALS['TYPO3_CONF_VARS']['SYS']['livesearch']['news'] = 'tx_news_domain_model_news';
same for categories, tags
Associated revisions
[FEATURE] Add tables to livesearch
Search by using:
- "#news:fobar" for searching only for news records
- "#newscat:fobar" for searching only for category records
- "#newstag:fobar" for searching in tags
Change-Id: Ib59c7f32e7b3493941d718155c58af327489ef38
Resolves: #34131
History
Updated by Georg Ringer about 1 year ago
- Project changed from Core to Extension news
Updated by Felix Nagel about 1 year ago
- Subject changed from ass news to BE search to Add news to BE search
- Patch is reviewed set to No
- Has patch set to No
Updated by Gerrit Code Review 7 months ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16201
Updated by Georg Ringer 7 months ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100