Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, is there a way to enable editors and translators to find dictionary items where using the backoffice search ?
Thank you
Hi Alexandre
I had a V7 package that did this: https://our.umbraco.com/packages/backoffice-extensions/udictionaryitemsearch/
and coincidentally I've just kind of built a V8 version, extending the backoffice search (although using direct SQL queries), I'll try to push up a version somewhere publicly tomorrow so you can at least see how it's achieved!
regards
Marc
I've updated Our Umbraco with a V8 version of the package:
https://our.umbraco.com/packages/backoffice-extensions/udictionaryitemsearch/
and also updated nuget...
The implementation, in case you want to roll your own, or just see how to extend the backoffice search, is here:
https://github.com/marcemarc/tooorangey.DictionaryItemKeySearch/tree/master/V8/solution
Hi Marc, thanks a lot, i will look into that.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Add dictionary items to internal index (search in dictionary items from the backoffice)
Hi, is there a way to enable editors and translators to find dictionary items where using the backoffice search ?
Thank you
Hi Alexandre
I had a V7 package that did this: https://our.umbraco.com/packages/backoffice-extensions/udictionaryitemsearch/
and coincidentally I've just kind of built a V8 version, extending the backoffice search (although using direct SQL queries), I'll try to push up a version somewhere publicly tomorrow so you can at least see how it's achieved!
regards
Marc
Hi Alexandre
I've updated Our Umbraco with a V8 version of the package:
https://our.umbraco.com/packages/backoffice-extensions/udictionaryitemsearch/
and also updated nuget...
The implementation, in case you want to roll your own, or just see how to extend the backoffice search, is here:
https://github.com/marcemarc/tooorangey.DictionaryItemKeySearch/tree/master/V8/solution
regards
Marc
Hi Marc, thanks a lot, i will look into that.
is working on a reply...