Building optimized URLs with the Assembler API requires passing in the necessary configuration and instantiating the required objects.
The high-level process is as follows:
Set up your basic application configuration with a
BasicQueryBuilderandSeoUrlFormatter.How you create and configure the
QueryBuilderandUrlFormattermay vary depending on your application, but they should be should be scoped at a global or application level.Handle requests by parsing the incoming query and sending it to an MDEX Engine.
Modify the
UrlStateobject by adding or removing URL parameters.

