Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

feat: Extend query string capabilities using a basic query string syntax #135

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    7b2a12b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c61940 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. feat: support query string filters for engine (#136)

    <!-- Thanks for your contribution! As part of our Community Growers
    initiative 🌱, we're donating Justdiggit bunds in your name to reforest
    sub-Saharan Africa. To claim your Community Growers certificate, please
    contact David Berenstein in our Slack community or fill in this form
    https://tally.so/r/n9XrxK once your PR has been merged. -->
    
    # Description
    
    This PR adapts the search engine to support filters based on query
    strings applied to fields. This PR only works at the search engine level
    and the search endpoints are unaffected.
    
    **Type of change**
    
    (Please delete options that are not relevant. Remember to title the PR
    according to the type of change)
    
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Refactor (change restructuring the codebase without changing
    functionality)
    - [X] Improvement (change adding some improvement to an existing
    functionality)
    
    **How Has This Been Tested**
    
    (Please describe the tests that you ran to verify your changes. And
    ideally, reference `tests`)
    
    - [ ] Test A
    - [ ] Test B
    
    **Checklist**
    
    - [ ] I added relevant documentation
    - [ ] I followed the style guidelines of this project
    - [ ] I did a self-review of my code
    - [ ] I made corresponding changes to the documentation
    - [ ] My changes generate no new warnings
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)
    (see text above)
    - [ ] I have added relevant notes to the `CHANGELOG.md` file (See
    https://keepachangelog.com/)
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    frascuchon and pre-commit-ci[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    25b2495 View commit details
    Browse the repository at this point in the history