-
Notifications
You must be signed in to change notification settings - Fork 86
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
feat: integrate sparque suggest service (#102332) #1729
Merged
skoch-intershop
merged 5 commits into
feature/sparque_integration
from
feature/add_sparque_suggest_service
Jan 13, 2025
Merged
feat: integrate sparque suggest service (#102332) #1729
skoch-intershop
merged 5 commits into
feature/sparque_integration
from
feature/add_sparque_suggest_service
Jan 13, 2025
+2,559
−137
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading status checks…
…02332)
skoch-intershop
force-pushed
the
feature/add_sparque_suggest_service
branch
from
January 2, 2025 09:40
fd74f4b
to
7a76ebc
Compare
Loading status checks…
skoch-intershop
force-pushed
the
feature/add_sparque_suggest_service
branch
from
January 2, 2025 12:10
7a76ebc
to
c8d064c
Compare
skoch-intershop
commented
Jan 9, 2025
skoch-intershop
commented
Jan 9, 2025
skoch-intershop
commented
Jan 9, 2025
skoch-intershop
commented
Jan 9, 2025
skoch-intershop
commented
Jan 9, 2025
src/app/core/standalone/component/sparque/sparque-search-box/sparque-search-box.component.ts
Outdated
Show resolved
Hide resolved
skoch-intershop
commented
Jan 9, 2025
skoch-intershop
commented
Jan 9, 2025
src/app/core/services/sparque-suggest/sparque-suggest.service.ts
Outdated
Show resolved
Hide resolved
Loading status checks…
skoch-intershop
merged commit Jan 13, 2025
b36d79f
into
feature/sparque_integration
20 of 22 checks passed
skoch-intershop
added a commit
that referenced
this pull request
Jan 21, 2025
* feat: integrate sparque suggest service (#102332) * feat: split search box component into solr and sparque components (#102332) * feat: add docker compose files for icm/sparque environment (#102332) * feat: transform sparque search box to standalone (#102611) * feat: map sparque objects to common already existing models (#102934)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
[ ] Bugfix
[x ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:
Issue Number: Feature 98700
What Is the New Behavior?
PWA is able to communicate with the Sparque Service and handle the corresponding suggestion data.
Does this PR Introduce a Breaking Change?
[ x] Yes
[ ] No
Other Information