mirror of
https://github.com/getgrav/grav.git
synced 2026-07-20 21:41:13 +02:00
Merge pull request #735 from martinec/patch-1
minor refactor: default is 'and'
This commit is contained in:
@@ -76,7 +76,7 @@ class Taxonomy
|
||||
* particular taxonomy.
|
||||
*
|
||||
* @param array $taxonomies taxonomies to search, eg ['tag'=>['animal','cat']]
|
||||
* @param string $operator can be 'or' or 'and' (defaults to 'or')
|
||||
* @param string $operator can be 'or' or 'and' (defaults to 'and')
|
||||
*
|
||||
* @return Collection Collection object set to contain matches found in the taxonomy map
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user