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

Conversation

frascuchon
Copy link
Member

@frascuchon frascuchon commented May 1, 2024

Description

This PR extend searches by extending the query syntax on TextFields

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)
  • 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 (see text above)
  • I have added relevant notes to the CHANGELOG.md file (See https://keepachangelog.com/)

@frascuchon frascuchon force-pushed the feat/extend-query-string-feat branch 2 times, most recently from 59d41ae to f1ff682 Compare May 1, 2024 08:38
@frascuchon frascuchon force-pushed the feat/extend-query-string-feat branch from f1ff682 to 7b2a12b Compare May 1, 2024 08:40
@frascuchon frascuchon force-pushed the feat/extend-query-string-feat branch from 06154dc to 1c61940 Compare May 1, 2024 09:55
@frascuchon frascuchon requested a review from jfcalvo May 6, 2024 11:04
<!-- 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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants