Umbraco 13.0.3 dictionary - Key value search
# help-with-umbraco
d
Hello ! I've noticed that Umbraco's dictionary search is only performed on the name of the dictionary key. Is it possible to also search on the language value of the key?
Example key:

https://i.postimg.cc/Xv2TX3b8/key.png

Not found in search:

https://i.postimg.cc/QNRVHZNh/key2.png

anyone?
Thats for the global backoffice search though
d
Thanks, isn't there still the possibility to customize the specific dictionary tab search? Will we have to wait for extensions like for older versions?
k
https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Web.UI.Client/src/views/dictionary/list.html looking at the implementation it doesn't seem like the data is even there from the api call (Dictionary/GetList)
so yeah, you would need a custom overview/search
36 Views