diff --git a/docs/11-Submodules/01-Fulltext-Search-Compatibility.md b/docs/11-Submodules/01-Fulltext-Search-Compatibility.md index 02cdde61..52aabd6e 100644 --- a/docs/11-Submodules/01-Fulltext-Search-Compatibility.md +++ b/docs/11-Submodules/01-Fulltext-Search-Compatibility.md @@ -1,4 +1,4 @@ -# Fulltext Search\* Compatibility +# [Fulltext Search\* Compatibility](https://github.com/Firesphere/silverstripe-solr-compatibility) To minimise the impact of migrating, there is a compatibility module available. [This module](https://github.com/Firesphere/silverstripe-solr-compatibility) will remove the need to completely update all your indexes. diff --git a/docs/11-Submodules/02-Subsites.md b/docs/11-Submodules/02-Subsites.md index f960d255..b735c702 100644 --- a/docs/11-Submodules/02-Subsites.md +++ b/docs/11-Submodules/02-Subsites.md @@ -1,5 +1,8 @@ -# Subsites submodule +# [Subsites submodule](https://github.com/Firesphere/silverstripe-subsite-solr) With the [Subsites submodule](https://github.com/Firesphere/silverstripe-subsite-solr), searching split between Subsites is automatically handled. Indexing by SubsiteID etc. is also automatically added to the appropriate parts of the indexing. + +When adding the Subsites module, you will need to do a full reindex of your Solr cores. +Otherwise, changes won't be applied and Solr might return unexpected results. diff --git a/docs/11-Submodules/03-Fluent.md b/docs/11-Submodules/03-Fluent.md index ce490446..1ba509e8 100644 --- a/docs/11-Submodules/03-Fluent.md +++ b/docs/11-Submodules/03-Fluent.md @@ -1,4 +1,4 @@ -# Fluent submodule +# [Fluent submodule](https://github.com/Firesphere/silverstripe-fluent-solr) With the [Fluent submodule](https://github.com/Firesphere/silverstripe-fluent-solr), languages are separately indexed. This means you don't have to worry about if the results have the right language settings. diff --git a/docs/11-Submodules/05-Elemental.md b/docs/11-Submodules/05-Elemental.md index fac53158..1a88d7ff 100644 --- a/docs/11-Submodules/05-Elemental.md +++ b/docs/11-Submodules/05-Elemental.md @@ -1,4 +1,4 @@ -# Elemental indexes +# [Elemental indexes](https://github.com/dnadesign/silverstripe-elemental) Indexing Elemental is quite tricky, as Elements are part of the content, but can also be standalone.