Метод |
Описание |
|
deleteSynonym ( integer $id ) |
Delete a synonym |
|
existsSynonymById ( integer $id ) : boolean |
Check if a synonym exists |
|
existsSynonymByTerm ( string $term, integer $exclude = null ) : boolean |
Check if a synonym exists |
|
getModuleSettings ( ) : array |
Get modules search settings |
|
getSynonym ( integer $id ) : array |
Get a synonym |
|
insertModuleSettings ( string $module, string $searchable, string $weight ) |
Insert module search settings |
|
insertSynonym ( array $item ) : integer |
Insert a synonym |
|
invalidateCache ( ) |
Invalidate search cache |
|
removeIndex ( string $module, integer $otherId, string $language = null ) |
Remove an index |
|
saveIndex ( string $module, integer $otherId, array $fields, string $language = null ) |
Edit an index |
|
updateSynonym ( array $item ) |
Update a synonym |
|