qcovery / facet-prefix
此包最新版本(1.0)没有提供许可证信息。
通过前缀过滤面相。
1.0
2024-03-05 07:39 UTC
Requires
- php: >=7.3
- qcovery/vufind-composer-installer-plugin: ^1.0.0
This package is auto-updated.
Last update: 2024-09-05 17:12:04 UTC
README
此模块添加了根据前缀定义过滤面相值的选项。
通过定义包含例如ILN的前缀,可以过滤面相值到特定的Qcovery-安装。
用法
将模块集成到VuFind的modules
目录,并通过将FacetPrefix
添加到VUFIND_LOCAL_MODULES
来激活它。
在您的facets.ini
中添加一个[FacetPrefix]
部分,并为如下的面相定义单独的前缀
[FacetPrefix] facet_one = "prefix_value" facet_two = "another_prefix_value" ;building = "20" ;class_local_iln = "20:" ;collection_details = "GBV_ILN_20"