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!
This should work (pseudo code)
Conventions.ForInstancesOf<PdfFile>()
.ShouldIndex(x =>
{
var ancestors = _contentLoader.GetAncestors(x.ContentLink);
return !ancestors.Contains(folder2ContentLink);
}
);
Hi,
We want index pdf's from Folder 1 and Folder 4, how we do that ?
Folder 1
-- pdffile1
Folder 2
--SubFolder
-----Pdfflile2
Folder 4
-- pdffile3
Thanks!