georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
265 stars 356 forks source link

[FEATURE] Extend Live Search result to include more information #2522

Closed tkowtsch closed 14 hours ago

tkowtsch commented 2 months ago

Feature Request

Is your feature request related to a problem? Please describe. Having multiple articles with similar titles makes that Editors that use the Live Search in Backend cry.

See sample screenshot: image News records are used as Event... and the Editor needs to guess which of these records is the one that is to be updated.

Describe the solution you'd like Preview should include some more information. Minimum is to have date and time shown. Depending on the runtime, also a list of attached media could be shown.

Describe alternatives you've considered Alternative solution 1): use the List module, find the storage, sort records by date and click through the list until the record is found. Alternative solution 2): use the live search and open with trial & error: pick a record, check the date, if it's the wrong one open Live Search and select another record...

Teachability, Documentation, Adoption, Migration Strategy This would be self-explaining as no new field or function is added. It's just to display some more Information.

georgringer commented 2 months ago

hey.

wanna maybe checkout https://github.com/studiomitte/live-search-extended as an idea?