1 | <?php |
||
17 | class DefaultUrlDecoder implements FacetUrlDecoderInterface { |
||
18 | |||
19 | /** |
||
20 | * Parses the query filter from GET parameters in the URL and translates it |
||
21 | * to a Lucene filter value. |
||
22 | * |
||
23 | * @param string $value the filter query from plugin |
||
24 | * @param array $configuration Facet configuration |
||
25 | * @return string Value to be used in a Lucene filter |
||
26 | */ |
||
27 | 6 | public function decode($value, array $configuration = []) |
|
31 | } |