Chapter · 9 pages
Listings And Search
Pages in this chapter
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...
PAGE
What are the available documents for listings and search?
There are 2 documents available:
Aero\Search\Elastic\Documents\ListingsDocument
This document is ...
PAGE
How do I re-index listing and search documents?
Aero automatically manages indexing changes to documents. For example, if a product's stock level...
PAGE
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...
PAGE
How do I setup the search index?
Firstly, you should ensure that the Elasticsearch host information is defined in the store's .env...
PAGE
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...
PAGE
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...
PAGE
How do I filter listings?
There may be occasions where you need to pre-filter listings. For example, you may want to ensure...
PAGE
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...
PAGE