Hi Guys,
I have a special case where I have to list a bunch of products that are related with some serial numbers in a separate table.
I have managed to create a SQL Index builder in order to filter based on Serial NUmber and a bunch of other parameters and now I have to decide the approach for displaying the product list.
The current approach is to use the Query Publisher and use Dynamicweb API for transforming the ProductID into a product Ibject and access all other fields.
I was wondering if it's possible to intersect the result of the SQL Indexer with the ProductIndex, meaning "feed" the productID's resulted from the SQL Index (after applying the filters) into a standard product Index inside a ProductCatalogue module.
I know my question sounds a bit stupid but I had to ask it.
Thank you in advance,
Adrian