Listings And Search
Listings And Search
How do I create a custom sort order for the listings pages?
When you set the sort get parameter in a listing pages url (e.g. ?sort=name-az), a method is call...
What are the available documents for listings and search?
There are 2 documents available: Aero\Search\Elastic\Documents\ListingsDocument This document is ...
How do I re-index listing and search documents?
Aero automatically manages indexing changes to documents. For example, if a product's stock level...
How do I add custom facets to listing and search?
Faceted navigation in eCommerce allows customers the ability to refine down a catalog of products...
How do I setup the search index?
Firstly, you should ensure that the Elasticsearch host information is defined in the store's .env...
How do I re-build the listings and search index?
At times (especially during the development phase of a store build), it may be necessary to delet...
How do I extend the document structure for listings and seach?
One of the most useful features of the listings and search system is the ability to add custom da...
How do I filter listings?
There may be occasions where you need to pre-filter listings. For example, you may want to ensure...
How to Extend the Elastic Search Listing Model
The Aero\Search\Elastic\Models\Listingmodel is built up from an array of data returned from elas...