Replies: 1 comment 2 replies
-
These 3 different sites would need to be different tenants. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got one website which split to 3 sub-sites (with multiple subpages) and I want to implement search page for each individual sub-site. E.g.
'sitename.com/site1/search' - search for everything under sitename.com/site1/*
'sitename.com/site2/search' - search for everything under sitename.com/site2/*
'sitename.com/site3/search' - search for everything under sitename.com/site3/*
Is there a chance to achieve that? At the moment I've only managed to create one search page 'sitename.com/search' which works fine, but display content from all 3 sub-sites.
Edit: I'm using Lucene Search, I've created unique search Indexes for each sub-site and one general which actual search page is using right now.
Beta Was this translation helpful? Give feedback.
All reactions