Found a solution for this.
Each item
Each menu item
Each category
= set acess view level(created by the virtual domain extension)
AND
Reindex the smart search - delete the old index.
Lets say I am on mybeautifulmainsite.com and I want to search something like "something"
Results shown for something
mybeautifulmainsite.com/something
Only shown which is what I needed.
I go to one of my virtual domains.
Search for 'something' and nothing is found because "something" does not exist on the domain that I am searching on. Well It does exist on the site but the ACL levels do not match... :twisted:
The important point is to set each ACL levels. If left public, then they appear on the search results.
And I override the flexi style
Code:
#flexicontent .fc_markup.mu_obtained_acclvl.mu_has_text {
display: none!important;
}
The ACL levels are disappeared also.