Create search index from joined custom tables? From a view?
Question
Feb 27, 2017
**What we'd like to do:** Search on our product data, which is stored in custom tables, with parameters applied to both the parent product table and the child variant table. We could create a view with the two tables joined, but is it possible to create a search index bas...