Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions js/core/core.filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ function _fnFilter( settings, input, force, regex, smart, caseInsensitive )
// New search - start from the master array
if ( invalidated ||
force ||
regex ||
prevSearch.length > input.length ||
input.indexOf(prevSearch) !== 0 ||
settings.bSorted // On resort, the display master needs to be
Expand Down