Skip to content

Commit 06208b8

Browse files
authored
Merge pull request #114 from devforth/add-column-filter-options
docs: correct substringSearch description
2 parents c138e02 + 1474ee6 commit 06208b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/types/Common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ export interface AdminForthResourceColumnInputCommon {
797797
*/
798798
debounceTimeMs?: number,
799799
/**
800-
* If true - will force EQ operator for filter instead of ILIKE.
800+
* If false - will force EQ operator for filter instead of ILIKE.
801801
*/
802802
substringSearch?: boolean,
803803
},

0 commit comments

Comments
 (0)