|
82 | 82 | * @method static $this orWhereNestedObject($column, $query, $filterInnerHits = false, $options = []) |
83 | 83 | * @method static $this orWhereNotNestedObject($column, $query, $filterInnerHits = false, $options = []) |
84 | 84 | * @method static $this whereNestedFieldExists(string $path, string $boolean = 'and', bool $not = false) |
85 | | - * @method static $this whereNestedFieldDoesntExist(string $path) |
| 85 | + * @method static $this whereNotNestedFieldExists(string $path) |
86 | 86 | * @method static $this orWhereNestedFieldExists(string $path) |
87 | | - * @method static $this orWhereNestedFieldDoesntExist(string $path) |
| 87 | + * @method static $this orWhereNotNestedFieldExists(string $path) |
88 | 88 | *----------------------------------- |
89 | 89 | * @method static $this whereFieldExists($column, $boolean = 'and', $not = false) |
90 | | - * @method static $this whereFieldDoesntExist($column) |
| 90 | + * @method static $this whereNotFieldExists($column) |
91 | 91 | * @method static $this orWhereFieldExists($column) |
92 | | - * @method static $this orWhereFieldDoesntExist($column) |
| 92 | + * @method static $this orWhereNotFieldExists($column) |
93 | 93 | * @method static $this whereTermExists($column, $boolean = 'and', $not = false) @deprecated use whereFieldExists |
94 | | - * @method static $this whereNotTermExists($column) @deprecated use whereFieldDoesntExist |
| 94 | + * @method static $this whereNotTermExists($column) @deprecated use whereNotFieldExists |
95 | 95 | * @method static $this orWhereTermExists($column) @deprecated use orWhereFieldExists |
96 | | - * @method static $this orWhereNotTermsExists($column) @deprecated use orWhereFieldDoesntExist |
| 96 | + * @method static $this orWhereNotTermsExists($column) @deprecated use orWhereNotFieldExists |
97 | 97 | *----------------------------------- |
98 | 98 | * @method static $this whereRaw($dsl, $bindings = [], $boolean = 'and', $options = []) |
99 | 99 | *=========================================== |
|
0 commit comments