Stages & jobs

  1. Default Stage

  2. Deploy to production

    Requires a user to start manually

Code commits

Add On Index

  • James Niedfeldt <37161212+JamesNiedfeldt@users.noreply.github.com>

    James Niedfeldt <37161212+JamesNiedfeldt@users.noreply.github.com> d2df3d3f1391a29d5834ab908197b05968841e38

    AO-10: Searching with multiple words should narrow the search, not broaden in (#64)
    * MatchQueries now use AND operator instead of OR

    * AO-10: Searching with multiple words should narrow the search, not broaden in (#4)

    Added ElasticSearchIndexLogicTest

    * Made AO-10 test manual (#5)

    • src/main/java/org/openmrs/addonindex/service/ElasticSearchIndex.java (version d2df3d3f1391a29d5834ab908197b05968841e38)
    • src/test/java/org/openmrs/addonindex/service/ElasticSearchIndexManualSearchTest.java (version d2df3d3f1391a29d5834ab908197b05968841e38)