Download & Extend

Multisite enhancement for 'search.module'

Project:Drupal core
Version:8.x-dev
Component:search.module
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

One of Drupal's key features has to be its out-of-the-box multisite capabilities, if a little limiting in some areas.

While recently creating a new community site I noticed that the 'search.module' only stores the node 'type' and 'id' in reference to hyperlinks, meaning all searches will return relative (not absolute) paths, so my request would be to additionally store the current domain URL too.

By doing this the relevant 'search' tables could be shared, allowing a search within any multisite to return results from all... not just the current one.

Perhaps I've grossly over-simplified this, but it would be a great help... perhaps adding the ability to filter which multisite(s) you wish to search from as a future feature - Such a list should be possible to generate via the recursive polling mechanism used for both the 'modules' and 'themes' directories.

Comments

#1

Version:5.0» 6.x-dev

features are only allowed for the current HEAD version, so they could be available in the next drupal version.

#2

Version:6.x-dev» 7.x-dev

It's an interesting feature request. Multisite is certainly a great feature, and table sharing allows for some interesting configurations. The overhead of adding a URL wouldn't be extremely high.

#3

Version:7.x-dev» 8.x-dev

Still an interesting feature request... Drupal 8 material at this point in the development cycle.

#4

+1

Tracking.