Comparer: fix bug when find element with showing condition.
authorHosang Kim <hosang12.kim@samsung.com>
Thu, 1 Feb 2024 05:35:38 +0000 (14:35 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Thu, 7 Mar 2024 08:00:59 +0000 (17:00 +0900)
commitca4a7ee0ec2ef7f06612ad9db8a376ce5d19e8a4
treed848b5f5298d178f8d57e10412968d6616856a0c
parent6e3a4d3fd29e9143564f8037e3f826b93bda181d
Comparer: fix bug when find element with showing condition.

Comparer checks only matchshowing, so it can't find hidden element.
Add checks isshowing also.

Change-Id: I82f491f91ab95e78f99356feace5d6fa405c63cb
libaurum/src/Comparer.cc