Running the multiple query input example
Typically, you want the recommender to base recommendations on multiple queries. You see how to run the wi script on a directory containing multiple queries and how to interact with the recommender.
Notice that the recommendation for queryB does not contain the ORDER BY and LIMIT clauses. Recommendations cannot contain an ORDER BY and LIMIT. Doing so could significantly reduce the applicability of the view in many queries.
In the input directory demo/queries, one file named queryA.sql contains queryA, and another file named queryB.sql contains queryB.