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

Faceted Search #3712

Merged
merged 170 commits into from
Oct 13, 2023
Merged

Faceted Search #3712

merged 170 commits into from
Oct 13, 2023

Conversation

nl0
Copy link
Member

@nl0 nl0 commented Sep 7, 2023

Screenshot 2023-10-13 at 18 02 39

TODO

  • Changelog entry (skip if change is not significant to end users, e.g. docs only)

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Merging #3712 (995b8ff) into master (bf660b0) will decrease coverage by 1.68%.
The diff coverage is 0.57%.

@@            Coverage Diff             @@
##           master    #3712      +/-   ##
==========================================
- Coverage   36.20%   34.52%   -1.68%     
==========================================
  Files         682      707      +25     
  Lines       29907    30944    +1037     
  Branches     4379     4637     +258     
==========================================
- Hits        10827    10684     -143     
- Misses      17957    19111    +1154     
- Partials     1123     1149      +26     
Flag Coverage Δ
api-python 91.35% <ø> (ø)
catalog 9.25% <0.57%> (-0.54%) ⬇️
lambda 86.04% <ø> (-0.23%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
catalog/app/components/SearchResults/index.ts 0.00% <ø> (ø)
catalog/app/containers/Search/index.ts 0.00% <ø> (ø)
catalog/app/model/graphql/schema.generated.ts 0.00% <ø> (ø)
catalog/app/utils/JSONPointer.ts 100.00% <100.00%> (ø)
catalog/app/utils/search.js 0.00% <ø> (ø)
catalog/app/containers/NavBar/Suggestions/index.ts 0.00% <0.00%> (ø)
catalog/app/containers/NavBar/index.ts 0.00% <0.00%> (ø)
...talog/app/website/pages/OpenLanding/OpenLanding.js 0.00% <0.00%> (ø)
.../app/containers/Search/gql/BaseSearch.generated.ts 0.00% <0.00%> (ø)
...ontainers/Search/gql/FirstPageObjects.generated.ts 0.00% <0.00%> (ø)
... and 35 more

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@fiskus fiskus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to add global (initial) extents to each filters to highlight what values are not available. I think it could help the user to not get lost

@nl0
Copy link
Member Author

nl0 commented Sep 20, 2023

@fiskus pls do a git pull --rebase if conflicts while pushing to avoid introducing unnecessary merge commits

dependabot bot and others added 13 commits October 13, 2023 17:30
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.15...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.15...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.12...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.9 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.9...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.0.1.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.4.0...10.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.11 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.11...1.26.17)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps debian from bullseye-20230919-slim to bullseye-20231009-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…log (#3763)

Bumps amazonlinux from 2023.2.20230920.1 to 2023.2.20231011.0.

---
updated-dependencies:
- dependency-name: amazonlinux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps amazonlinux from 2023.2.20230920.1 to 2023.2.20231011.0.

---
updated-dependencies:
- dependency-name: amazonlinux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Index metadata fields

* Index package workflow in ES (#3706)

* fix test

* use json pointer instead of dot path

* index config version id

* index text arrays, always put "text" value

* fix test

* use global logger instead of print

* remove a comment

* tests

* moar tests

* lint
@nl0 nl0 marked this pull request as ready for review October 13, 2023 15:32
@nl0 nl0 requested a review from fiskus October 13, 2023 18:05
@nl0
Copy link
Member Author

nl0 commented Oct 13, 2023

@fiskus ima merge this

@nl0 nl0 enabled auto-merge October 13, 2023 18:16
@nl0 nl0 added this pull request to the merge queue Oct 13, 2023
Merged via the queue into master with commit 6ba9401 Oct 13, 2023
@nl0 nl0 deleted the faceted-search branch October 13, 2023 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants