dynamic parameter handling refactoring, part 2

This introduces a addDynamicFilter() method. We need to handle fixed and
dynamic filters separately for proper parentheises. The latter is not
implemented yet and will follow next.

Tests still broken
This commit is contained in:
Andreas Gohr
2023-07-17 12:23:55 +02:00
parent b3a9db2269
commit 1057ed145e
2 changed files with 36 additions and 2 deletions

View File

@ -14,6 +14,8 @@ class Search extends meta\Search
public $filter = array();
public $dynamicFilter = array();
/**
* Register a dummy function that always returns false
*/