bSmart individual column filtering

bSmart individual column filtering

jOSS31jOSS31 Posts: 1Questions: 0Answers: 0
edited March 2013 in Bug reports
Hi,

Imo, when bSmart is set to false, the function _fnFilterCreateSearch should return :
=>new RegExp( '^'+sSearch, bCaseInsensitive ? "i" : "" )
instead of returning
=>new RegExp( sSearch, bCaseInsensitive ? "i" : "" );

thx

Replies

  • allanallan Posts: 61,697Questions: 1Answers: 10,102 Site admin
    Possibly yes. Perhaps a better option would be `'\b'+sSearch` ?

    Anyone else have any thoughts on this?

    Allan (thinking perhaps there should be a 'wish list' of features that we can all vote on...)
This discussion has been closed.