About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:plugins:search_objects

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
development:plugins:search_objects [2018/04/25 17:58] demiankatzdevelopment:plugins:search_objects [2018/04/25 17:59] demiankatz
Line 7: Line 7:
 **Interface:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Search/Base/Options.php|\VuFind\Search\Base\Options]] **Interface:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Search/Base/Options.php|\VuFind\Search\Base\Options]]
  
-**Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['search_options+**Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['search_options']
  
 **Service Manager Name for Service Locator:** VuFind\SearchOptionsPluginManager (VuFind 2.x-4.x), VuFind\Search\Options\PluginManager (VuFind 5.0+) **Service Manager Name for Service Locator:** VuFind\SearchOptionsPluginManager (VuFind 2.x-4.x), VuFind\Search\Options\PluginManager (VuFind 5.0+)
Line 14: Line 14:
  
 ===== Params ===== ===== Params =====
 +
 +**Interface:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Search/Base/Params.php|\VuFind\Search\Base\Params]]
 +
 +**Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['search_params']
 +
 +**Service Manager Name for Service Locator:** VuFind\SearchParamsPluginManager (VuFind 2.x-4.x), VuFind\Search\Params\PluginManager (VuFind 5.0+)
 +
 +See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
  
 ===== Results ===== ===== Results =====
 +
 +**Interface:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Search/Base/Results.php|\VuFind\Search\Base\Results]]
 +
 +**Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['search_results']
 +
 +**Service Manager Name for Service Locator:** VuFind\SearchResultsPluginManager (VuFind 2.x-4.x), VuFind\Search\Results\PluginManager (VuFind 5.0+)
 +
 +See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
  
 ===== FacetCache ===== ===== FacetCache =====
development/plugins/search_objects.txt · Last modified: 2023/11/27 18:52 by demiankatz