I've noticed an odd behavior with the core search module, in that search fails to find matches for words in sub-domain nodes while searching from the parent domain, and vice-versa (search find matches across the sub-domains).
The environment is a new test instance for testing granular user content access permissions across domains - . 6.16 Drupal, along with the Module Grants, Domain Advanced, Domain Navigation, Revisioning, Taxonomy Access Control Lite, Workflow, and Workflow access and employed.
I hope that this is just an issue with my environment, but I don't know where to start troubleshooting - any ideas?
Comments
Comment #1
agentrickardYou are running multiple node access modules, and I don't support Domain Advanced.
You should use Devel module to see what queries are being spit out.
Comment #2
Ray Downes commentedThank you - will do!