Skip to content

Commit e80bb14

Browse files
committed
Add default value and comment
1 parent 7d68238 commit e80bb14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

LDK/resources/web/LDK/panel/SingleSubjectFilterType.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Ext4.define('LDK.panel.SingleSubjectFilterType', {
99

1010
nounSingular: 'Subject',
1111

12+
// This flag updates alias/Id db query to use a case insensitive LK filter (CONTAINS). The
13+
// results are processed after to do case insensitive matches on the results with the user entered Ids.
14+
// This is primarily for use when an alias table is set for the filter.
15+
caseInsensitive: false,
16+
1217
subjects: [],
1318
notFound: [],
1419
aliases: {},

0 commit comments

Comments
 (0)