London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I think you should be able to exclude that from your conventions. Something like this from the docs:
client.Conventions
.ForInstancesOf<User>()
.ExcludeField(x => x.Password);
Maybe you also need to return something empty from SearchAttachment() extension/prop method if it's a PDF.
Hi,
My client have a pretty straight forward Cms solution with Find and would like to stop indexing the content of an pdf itself, which means that only metadata about a file should exist in index. Data in the document is indexed in some kind of encoded way by default and it is that I want to not happen.
Thankful for input!