Problem in search feature.

Problem in search feature.

roshan.techieroshan.techie Posts: 2Questions: 0Answers: 0
edited May 2010 in General
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

Replies

  • MrBaseball34MrBaseball34 Posts: 96Questions: 0Answers: 0
    Because MxBO is in the results??
  • roshan.techieroshan.techie Posts: 2Questions: 0Answers: 0
    Hi MrBaseball34,

    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
This discussion has been closed.