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
development:plugins:search_objects [2020/09/22 13:50] demiankatzdevelopment:plugins:search_objects [2023/11/27 18:52] (current) demiankatz
Line 9: Line 9:
 **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+)
  
-See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.+See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind® plugins.
  
 ===== Params ===== ===== Params =====
Line 19: Line 19:
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['search_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+)+**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.+See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind® plugins.
  
 ===== Results ===== ===== Results =====
Line 29: Line 29:
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['search_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+)+**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.+See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind® plugins.
  
 ===== FacetCache ===== ===== FacetCache =====
  
-The FacetCache plugins were introduced in VuFind 5.0; these provide a plugin mechanism for retrieving and caching lists of facet values (for use on home pages and advanced search forms).+The FacetCache plugins were introduced in VuFind® 5.0; these provide a plugin mechanism for retrieving and caching lists of facet values (for use on home pages and advanced search forms).
  
 **Interface:** [[https://github.com/vufind-org/vufind/blob/dev/module/VuFind/src/VuFind/Search/Base/FacetCache.php|\VuFind\Search\Base\FacetCache]] **Interface:** [[https://github.com/vufind-org/vufind/blob/dev/module/VuFind/src/VuFind/Search/Base/FacetCache.php|\VuFind\Search\Base\FacetCache]]
Line 43: Line 43:
 **Service Manager Name for Service Locator:** VuFind\Search\FacetCache\PluginManager **Service Manager Name for Service Locator:** VuFind\Search\FacetCache\PluginManager
  
-See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.+See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind® plugins.
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
development/plugins/search_objects.1600782657.txt.gz · Last modified: 2020/09/22 13:50 by demiankatz