LuminosoInsight / sales-engineering-code

Code for sales engineering, particularly for code that will be given to customers
MIT License
0 stars 0 forks source link

Modified the web app to support subsets defined in source field #51

Closed greatdansby closed 6 years ago

greatdansby commented 6 years ago

Modified the web app to better support the recommendation engine by allowing for subsets to be defined in the source field. One notable difficulty is that searching for a representative verbatim is more expensive because we cannot use docs/search to filter to a given subset. What I've implemented should work, but isn't guaranteed to work 100% of the time (if no document in the top 20k search results are for the subset most matching the query). Once we migrate to V5, I expect we'll be able to handle this more natively.