File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
flex-search-filter-input-types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ export class EmptyListFilterField implements FilterField {
247247
248248 constructor ( public readonly field : Field ) {
249249 this . name = this . field . name + '_empty' ;
250- this . description = `Checks if \`${ this . field . name } \` is an empty list (true) or a non-empty list or null (false).` ;
250+ this . description = `Checks if \`${ this . field . name } \` is an empty list (true) or a non-empty list (false).` ;
251251 }
252252
253253 getFilterNode ( sourceNode : QueryNode , filterValue : AnyValue ) : QueryNode {
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ export class FlexSearchEmptyListFilterField implements FlexSearchFilterField {
319319
320320 constructor ( public readonly field : Field ) {
321321 this . name = this . field . name + '_empty' ;
322- this . description = `Checks if \`${ this . field . name } \` is an empty list (true) or a non-empty list or null (false).` ;
322+ this . description = `Checks if \`${ this . field . name } \` is an empty list (true) or a non-empty list (false).` ;
323323 }
324324
325325 getFilterNode (
You can’t perform that action at this time.
0 commit comments