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

[FEATURE] Support Advanced Search #1341

Open
BrocksiNet opened this issue Oct 8, 2024 · 1 comment
Open

[FEATURE] Support Advanced Search #1341

BrocksiNet opened this issue Oct 8, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@BrocksiNet
Copy link
Collaborator

Description

We should test and explain how to integrate Advanced Search for Composable Frontends.

Use Case

Our customers are asking for that.

Proposed Solution

Please make sure to document the needed steps here.

Alternatives Considered

No response

Additional Context

You need to test it in a local environment with a commercial plugin activated (the feature is not in our cloud instance).

@BrocksiNet BrocksiNet added the enhancement New feature or request label Oct 8, 2024
@mkucmus mkucmus self-assigned this Nov 4, 2024
@mkucmus mkucmus moved this from Developer Backlog to In Progress in Composable Frontends Nov 4, 2024
@mkucmus
Copy link
Collaborator

mkucmus commented Nov 7, 2024

results after trying it out in comparison to storefront solution:
✅ adds meta-data to the response for completion (defined in actions, for example):

    "extensions": {
        "multiSuggestResult": {
            "apiAlias": "shopware_commercial_advanced_search_domain_suggest_multi_suggest_result"
        },
        "completionResult": {
            "apiAlias": "array_struct",
            "0": "frontends",
            "1": "composable-frontends"
        }
    },

❌ response does not contain information about categories - it works only for products
❌ does not handle 301 redirect for predefined actions (term defined in backend can lead to the external/internal pages)

The issue is blocked due to missing features for store-api that were mentioned above - the problem will be reported in the Commercial extension repository.

@mkucmus mkucmus moved this from In Progress to Is Blocked in Composable Frontends Nov 7, 2024
@mkucmus mkucmus removed their assignment Nov 7, 2024
@mkucmus mkucmus self-assigned this Dec 9, 2024
@mkucmus mkucmus moved this from Is Blocked to In Progress in Composable Frontends Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants