Problem in search feature.
Problem in search feature.
roshan.techie
Posts: 2Questions: 0Answers: 0
Hi All,
I am a newbie to Datatables, am facing some problem in Search feature of datatables.
The problem is when I enter in search textbox: "MxBO Treasury", the matches found are rows containing
"K fx / MxBO ALM" and "K fx / MxBO Treasury". I am not able to understand why "K fx / MxBO ALM" is being matched.
I have used datatables in following way:
[code]
$('#dashboardTable').dataTable( {
"sPaginationType": "full_numbers"
} );
[/code]
Appreciate if anyone can throw some light on this.
Thanks,
Roshan
I am a newbie to Datatables, am facing some problem in Search feature of datatables.
The problem is when I enter in search textbox: "MxBO Treasury", the matches found are rows containing
"K fx / MxBO ALM" and "K fx / MxBO Treasury". I am not able to understand why "K fx / MxBO ALM" is being matched.
I have used datatables in following way:
[code]
$('#dashboardTable').dataTable( {
"sPaginationType": "full_numbers"
} );
[/code]
Appreciate if anyone can throw some light on this.
Thanks,
Roshan
This discussion has been closed.
Replies
I thought that datatables is doing an "AND" and not "OR" if multiple search/filter terms are entered.
A few times I have tried this, the rows are displayed where all the search terms are present.
Am I wrong?
Thanks,
Roshan