QubitSearch
in package
Table of Contents
Methods
- __call() : mixed
- Placeholder query method — returns empty result set.
- __get() : mixed
- Placeholder index accessor.
- delete() : void
- Delete a document from the search index (no-op in standalone).
- disable() : void
- Disable search indexing (used during bulk operations).
- enable() : void
- Enable search indexing.
- getInstance() : mixed
- isEnabled() : bool
- Check if search is enabled.
- update() : void
- Update a document in the search index (no-op in standalone).
Methods
__call()
Placeholder query method — returns empty result set.
public
__call(mixed $name, mixed $args) : mixed
Parameters
- $name : mixed
- $args : mixed
__get()
Placeholder index accessor.
public
__get(mixed $name) : mixed
Parameters
- $name : mixed
delete()
Delete a document from the search index (no-op in standalone).
public
delete(mixed $resource) : void
Parameters
- $resource : mixed
disable()
Disable search indexing (used during bulk operations).
public
static disable() : void
enable()
Enable search indexing.
public
static enable() : void
getInstance()
public
static getInstance() : mixed
isEnabled()
Check if search is enabled.
public
static isEnabled() : bool
Return values
boolupdate()
Update a document in the search index (no-op in standalone).
public
update(mixed $resource) : void
Parameters
- $resource : mixed