Skip to Content
0
Former Member
Apr 22, 2009 at 03:22 PM

Filtering Result in Generic Search

19 Views

Hi,

We are trying to filter the result obtained in generic search in B2B web shop on basis of some logic.

getDocuments() method on GenericSearchInstance returns the searched records.

Below statment is used to retrive the table from records.

Table l_result = serachInstance.getDocuments().getTable();

looping on table,

then remove row from table on basis of some logic. l_result.removeRow(l_m);

I am able to remove the rows from table.

'NUM_DOC_SEL' is also restored with the filtered table rowcount.

But the records are not getting set back in one of the objects, because of which no data is getting printed back on the screen. There is no exception as well.

Can anyone help me where exactly could be probelm. Do I need to set anything else?

Thanks.

Regards,

Rupali