cilantro
cilantro copied to clipboard
Official client for Harvest (http://harvest.research.chop.edu)
Context: We had a request to change one the modules behavior: vocab. Vocab has a component, called bucket and within this component the name of the field that was selected...
Using Cilantro 2.4.1 in OpenMRS, when I click the API Script button, a JS error occurs. At [api.js#11](https://github.com/chop-dbhi/cilantro/blob/master/src/js/cilantro/ui/api.js#L11), `attrs` is undefined, which means that at [api.js#96](), `this.data.context.get('json')` is undefined.
The resource that computes the result count has changed in the Serrano API, but never got updated in Cilantro. This change https://github.com/chop-dbhi/serrano/commit/ce4ba2ae22b85ed901ff4449f0a63bd536bc0039 removed the result count from the preview endpoint....
The results page number is not reset when the context changes. If the number of new results pages is smaller than the previous, this can result in the query "hanging"...
We've received feedback from users on a constant basis to "move" the apply filter button when a list is too long. They usually forget to hit "apply filter". The thought...
Currently, if a query is shared with an email address that doesn't belong to a valid user, the save succeeds, the email is sent (if the email address is valid),...
This involves setting the `tree` GET parameter on outbound request URLs. This would be implemented similarly to #686
The steps are not quite clear how to reproduce.
It is possible to search the index before the concepts are finished loading. In this situation, the response from the search must wait to filter the results until the concepts...