Hi,
I have a item search page, and I have about 50.000 items in the repository. I have some items that should not be retrieved in the search but should be visible only in some item details as related items.
I'd like suggestions on how to do that. I thought on the following possibilities:
- Add an attribute to flag if the item should be displayed or not in the search, and I could filter in the jsp that receives the result or in the search query itself, which one is better?
Is there any property that we can set that says that the item is not to be indexed?
Thanks