API
Version 7.x > API > Indexing: how to Exclude linked Documents View modes: 
User avatar
Member
Member
Luca - 12/6/2013 8:54:55 AM
   
Indexing: how to Exclude linked Documents
Hi,

I have a structure that looks like this:

- User1
--- Documents
--- LinkedDocuments
- User2
- Documents
--- LinkedDocuments
...

Documents folders contain documents while LinkedDocuments folder contain linked documents

I need to define a search index only for documents

1) I tried to set a selection path like this "/%/Documents/%" but it didn't work (any suggestions?)

2) I could also set the path "/%" but i need a way to exclude Linked documents so as the smart search won't list linked documents. How can i perform it?


Thank you


User avatar
Member
Member
Luca - 12/6/2013 9:20:18 AM
   
RE:Indexing: how to Exclude linked Documents
I'm sorry

I've done a mistake, the expression "/%/Documents/%" works

Luca