Update meta files for new alpha release.

This commit is contained in:
James Cole
2020-08-29 13:08:26 +02:00
parent e5642b59d7
commit b41b03e8f0
40 changed files with 375 additions and 142 deletions

View File

@@ -258,6 +258,8 @@ class OperatorQuerySearch implements SearchInterface
// check if alias, replace if necessary:
$operator = self::getRootOperator($operator);
app('telemetry')->feature('search.operators.uses_operator', $operator);
switch ($operator) {
default:
Log::error(sprintf('No such operator: %s', $operator));