Hello,
I can’t figure how to search for a data without making it visible for the user.
Here in my exemple have some TCM herbs, name contains Pinyin with tones and Chinese characters ; but I want to be able to search without diacritics. So I created a column without it using “Remove text acccents”, and even a text-column with pinyin without tones. I added the two properties in a rich-text container in the detailed part, and hidded it with <div style="display:none> ; but the reasearch doesn’t show the items.
I tried to remove the <div…> and leave it visible in detailled part : doesn’t work either.
The only way I was able to use the search like I want was to add the properties to the collection’s item data, in the Meta for exemple ; but I really want it to be invisible.
Can someone help me to find a solution ?
Thanks !