Magento 2: Search Repository using SearchCriteriaBuilder, Filter & FilterGroup

This article shows how we can search Magento Repositories using SearchCriteriaBuilder that implements SearchCriteriaInterface. An example is provided of how we can perform search on Product repository in Magento. Similarly, we can search for other entities like Category, Customer, Order, Invoice, CMS Page, CMS Block, etc. We can add different conditions to build custom search … Read more

AngularJS: Search & Sort Data

This article shows how you can search and sort data using AngularJS 1.x. We will be using code from previous article example. Our code contains country & their capitals name as an array and we display them using ng-repeat directive in HTML view. This is our example code from previous article: <html ng-app="myApp"> <head> <title>My … Read more