Open bushbill opened 9 years ago
If you have a field named "relevance" in your table, the system did not work... make this "virtual field" configurable or name it like "relevance" or "searchable_relevance"... so the chance to have a conflict is minimized.
You can modify it now, just use define public $relevanceField = 'relevance' on the model
public $relevanceField = 'relevance'
If you have a field named "relevance" in your table, the system did not work... make this "virtual field" configurable or name it like "relevance" or "searchable_relevance"... so the chance to have a conflict is minimized.