Closed schloett closed 9 years ago
Current strategy for the deployment - leave it as it is (see detailed comment in https://github.com/EEXCESS/gdocs-plugin/issues/35). Due to the time constraints I see logging as the more important issue.
Duplicate of https://github.com/EEXCESS/gdocs-plugin/issues/20
Results returned now for long queries.
When selecting a longer piece of text, the recommender does not return any results. I assume this is due to the selection being sent as a single keyword and hence an AND-connected query is generated. In general, this behavior is fine for me, but maybe a hint that explains why there are no results might be helpful for the user? Another alternative might be to extract noun phrases from the selection and use only those as query (or a similar approach).