Search Service (Removed)
Overview
The SearchService was inherited dead code from OpenCatalogi that was carried over during the fork. It has been removed from the codebase.
Status
Removed — The SearchService.php file no longer exists in the codebase.
Reason for Removal
search()method referenced$this->elasticServiceand$this->directoryServicewhich did not exist in LarpingApp- No controller, route, or service called any SearchService method
- All actual search functionality uses the frontend object store with OpenRegister's API parameters (
_search,_limit,_offset,_order)
Current Search Implementation
Search in LarpingApp is handled entirely through:
- The frontend object store (
createObjectStorefrom@conduction/nextcloud-vue) - OpenRegister's API endpoints with query parameters
- The
CnIndexSidebarcomponent for search UI and faceted filtering