I am currently designing the structure of my XWiki instance and I am hesitating between two approaches:
having a main wiki with a single sub-wiki, which would imply a very deep page hierarchy in the main wiki to organize many pages and subpages instead of using multiple sub-wikis
or creating multiple sub-wikis depending on the needs
Before making a decision, I have a few questions:
Search behavior across wikis
Does the search functionality work across all wikis and sub-wikis, or is it limited to the current wiki?
If it is limited, is there a recommended way to perform a global search across multiple wikis?
Sharing a single source of files
I would like to maintain a single source of truth for files (for example using the File Manager in the main wiki) and be able to:
access these files from different sub-wikis
display or list them in various locations across those sub-wikis
Is this a recommended approach in XWiki?
Are there best practices or architectural patterns to achieve this kind of centralized file management? With the file-maanger extension?