A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hi,
To exclude a specific catalog from indexing, it can be quite easy, but for category it can be much tricker.
ContentIndexer.Instance.Conventions.ForInstancesOf<EntryContentBase>().ShouldIndex(x => x.CatalogId != 5);
For category you'll likely need to use IRelationRepository to check if a entry belongs to that specific node or not.
Hi,
Is it possible to exclude a specific catalog or commerce category from being indexed in Find?