Skip to content

Commit 33886cb

Browse files
ashiremanjoallard
authored andcommitted
Adding search option for nested fields
Adding this config option will let sifter look through subfields in search queries.
1 parent a1923e7 commit 33886cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/selectize.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,8 @@ $.extend(Selectize.prototype, {
991991
return {
992992
fields : settings.searchField,
993993
conjunction : settings.searchConjunction,
994-
sort : sort
994+
sort : sort,
995+
nesting : settings.nesting
995996
};
996997
},
997998

0 commit comments

Comments
 (0)