We have a metadata property that contains a lot of text (OCR text) and we want to keep it private on the user end website. However if its private then the search function doesn’t give the result of that particular item, but when it is made public it comes up in the search results. Is there any option to keep the property value private but still be able to search through it on the user website?
Hi @gaurav ,
Have you tried the HideProperties Module? It will allow you to choose properties to hide from public view while still allowing them to be searched.
1 Like
Thank you, I tested it and it worked flawless!
1 Like
This would be our “official” suggestion here, yes.
Marking a value private makes it truly private: it purposely doesn’t get included in searches so users can’t discover the value through searching and seeing what matches. Something that doesn’t need to be “private” but you simply don’t want to display on the page, Hide Properties is the way to go there.
1 Like