hi,
I am using typescript with angular js. am working on faceated search , i have left side filter and right side result.
on search am getting main results(entities) but i want to apply filter in script/angularjs.
I have two section in filters in each section i have checkbox list.
In first section i have
“new”,
“waiting”,
“closed” checkboxes
and in second sction
“Discrepant”,
“Non-Discrepant”
these two section mapped to two defferent child entities. so when user click on filter / checkbox i want to get filtered results from my main result set.
can i apply filters to the main result and bind to my page?
thank you
Honey Asin