By using xCP2.2 full text query, How to limit the cabinets boundaries (want to search only inside some cabinets)?
With the following scenario:
- you have 2 cabinets: CabinetA and CabinetB
- you only want to search on CabinetA
You could use one of the following approaches:
1- set up xPlore's Index Agent filter to exclude documents in CabinetB from fulltext indexing. Fulltext search is only availble for CabinetA.
2- restrict users to CabinetA. In large folder structures this could cause performance problems. Users would not even be able to browse CabinetB.
3- configure search to use CabinetA as default location. Users can change the search criteria and search in CabinetB.
I am not going through pros and cons of each option. I do not know your requirements or environment so the above suggestions may not be applicable to you.
Good luck!