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

Implements several basic search types, bumps major version #42

Merged
merged 14 commits into from
Sep 19, 2020
Merged

Implements several basic search types, bumps major version #42

merged 14 commits into from
Sep 19, 2020

Commits on Jul 16, 2020

  1. Adds naive implementation for match queries

    Kyland Holmes committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1e92831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1108ff6 View commit details
    Browse the repository at this point in the history
  3. Fixes failing py2.7 test

    Kyland Holmes committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    5d88a85 View commit details
    Browse the repository at this point in the history
  4. Adds naive search for term queries

    Kyland Holmes committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    61289bf View commit details
    Browse the repository at this point in the history
  5. Removes unused variable

    Kyland Holmes committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    abb475f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Adds searching within lists

    Kyland Holmes committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    43ed5f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Adds negative test case for match query

    Kyland Holmes committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    2a4f7b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Adds FILTER and BOOL query types

    Kyland Holmes committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    95f4a7e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Implements bool query type

    Kyland Holmes committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    090f040 View commit details
    Browse the repository at this point in the history
  2. Adds implementation of terms query

    Kyland Holmes committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    929598e View commit details
    Browse the repository at this point in the history
  3. Adds implementation of terms query

    Kyland Holmes committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    dbf6bf5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from KyKoPho/master

    Adds implementation of terms query
    Kyland Holmes committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    c0bb66e View commit details
    Browse the repository at this point in the history
  5. bump version to 2.0

    Kyland Holmes committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    191a917 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from KyKoPho/master

    bump version to 2.0
    Kyland Holmes committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    977270d View commit details
    Browse the repository at this point in the history