Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

161 search by notation #269

Merged
merged 37 commits into from
Sep 7, 2023
Merged

161 search by notation #269

merged 37 commits into from
Sep 7, 2023

Commits on Aug 18, 2023

  1. WIP: PoC successfull

    Need to change to Document indexing instead of "normal" Index.
    Then add all the respective labels there.
    PoC was kind of successfull, now needs to be polished.
    sroertgen committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7749eae View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    a350920 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    353f986 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f8175 View commit details
    Browse the repository at this point in the history
  3. update eslint rules to v6

    sroertgen committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3db175c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59940ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef86e8b View commit details
    Browse the repository at this point in the history
  6. add support for more searchableAttributes

    now attributes that are arrays, languageMapArrays or languageMaps are supported
    sroertgen committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a748c36 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    1daba36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc9322 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    130cff9 View commit details
    Browse the repository at this point in the history
  4. explicitly set firefox as browser

    the action keeps failing, but works locally totally fine. Maybe adding an explicit browser helps
    sroertgen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bfe1e64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc9318b View commit details
    Browse the repository at this point in the history
  6. add wait statement

    sroertgen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a3ae364 View commit details
    Browse the repository at this point in the history
  7. lets try headed mode 🤷

    sroertgen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1d6b054 View commit details
    Browse the repository at this point in the history
  8. modify test, lets see

    sroertgen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    876bd3c View commit details
    Browse the repository at this point in the history
  9. lets try with interceptors

    sroertgen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c8e1097 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76756d9 View commit details
    Browse the repository at this point in the history
  11. removing interceptors, since this did not work as well

    adding a wait after the click like recommended here https://stackoverflow.com/a/76435762
    sroertgen committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a1c543c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c12dd94 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    540ef29 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    02343f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26258d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31ba955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a23b0ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    533ac48 View commit details
    Browse the repository at this point in the history
  6. replace conceptSchemeId

    conceptSchemeId was sometimes still having the old value.
    This led to unneccessary double rendering.
    Removal seems to improve performance and reduce errors with fetching the wrong index
    (cause the old conceptSchemeId was still hanging around).
    sroertgen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6bc9c72 View commit details
    Browse the repository at this point in the history
  7. reenabling e2e test. See if it works now

    I improved testing and also the components. Maybe there was something I overlooked before.
    Still don't know why it works locally, but fails in the action.
    Let's see if this is still the case.
    sroertgen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    bc7c662 View commit details
    Browse the repository at this point in the history
  8. Revert "reenabling e2e test. See if it works now"

    This reverts commit bc7c662.
    sroertgen committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    018a8fd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    4c13e95 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary import

    sroertgen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4392775 View commit details
    Browse the repository at this point in the history
  3. add toggle boxes

    sroertgen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    745b73a View commit details
    Browse the repository at this point in the history
  4. mock modal to please tests

    sroertgen committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9301205 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. add outside click handler

    sroertgen committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5f54d33 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. pass id to modal

    sroertgen committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a17a9b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f09ce7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ea6fd View commit details
    Browse the repository at this point in the history