mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
parent
de107616fb
commit
69ba134ac2
@ -203,7 +203,7 @@ abstract class SolrIndex extends SearchIndex
|
||||
// Add the fulltext collation field
|
||||
|
||||
$df = $this->getDefaultField();
|
||||
$xml[] = "<field name='{$df}' type='htmltext' indexed='true' stored='{$stored}' multiValued='true' />" ;
|
||||
$xml[] = "<field name='{$df}' type='htmltext' indexed='true' stored='true' multiValued='true' />" ;
|
||||
|
||||
// Add the user-specified fields
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user