Re: [devel] [PATCH 1/1] ntf: Fix NtfReader filter with searchcriteria is not correct [#2925]

2018-10-04 Thread Minh Hon Chau
Hi Canh, Ack from me. A minor comment, I think we need to update the commit message and the title, so that it would tell the main content of this patch since majority of code changes are for refactoring, only a minor code fix is for the defect reported in ticket. Thanks, Minh On 18/09/18

[devel] [PATCH 1/1] ntf: Fix NtfReader filter with searchcriteria is not correct [#2925]

2018-09-18 Thread Canh Van Truong
NtfReader filter with searchcriteria then create the cached list notification. But the filter is not correct. The patch update the the filter of search criteria and the read next of notification. --- src/ntf/apitest/ntf_search_criteria_test.sh | 26 +- src/ntf/ntfd/NtfReader.cc