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

Implement sematic/lexcial search feature in datagateway search #1527

Draft
wants to merge 17 commits into
base: develop
Choose a base branch
from

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    72f1a02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e51f0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on May 22, 2023

  1. Fix test

    kennethnym committed May 22, 2023
    Configuration menu
    Copy the full SHA
    27a249a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Fix tests

    kennethnym committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8bd4cc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Fix dg-common tests

    kennethnym committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0863dc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

Commits on Jun 13, 2023

  1. Merge branch 'develop' into feature/semantic-search

    # Conflicts:
    #	packages/datagateway-dataview/src/views/card/isis/isisDataPublicationsCardView.component.test.tsx
    #	packages/datagateway-dataview/src/views/table/isis/isisStudiesTable.component.test.tsx
    kennethnym committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    846526b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    a571bd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da070be View commit details
    Browse the repository at this point in the history
  3. Update e2e tests

    kennethnym committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    693328c View commit details
    Browse the repository at this point in the history
  4. Update e2e tests

    kennethnym committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    74305bf View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Add support for lexical search

    The new v2 ML API now supports lexical support. A new dropdown is added to let user choose between 3 search modes: Lucene, semantic, and lexical.
    kennethnym committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6e7b2cf View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix merge conflict

    kennethnym committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c768ccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfab365 View commit details
    Browse the repository at this point in the history
  3. Fix Lucene search not working & update tests

    - Fix search not working when Lucene search mode selected
    - Update tests to reflect URL params chhanges
    kennethnym committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    19743c0 View commit details
    Browse the repository at this point in the history
  4. Update parseSearchToQuery test

    New searchType param is added, so the expected value needs to be updated
    kennethnym committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    159eee0 View commit details
    Browse the repository at this point in the history