Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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?

thanks
karthik
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900