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

search export breaks if compact = False #11781

Open
whatisgalen opened this issue Feb 10, 2025 · 0 comments
Open

search export breaks if compact = False #11781

whatisgalen opened this issue Feb 10, 2025 · 0 comments
Labels
Audience: Developer The audience for the issue is a software developer Subject: Search

Comments

@whatisgalen
Copy link
Member

there's a line here:

if (
    not compact
):  # add on the cardinality and card_names to the tile for use later on
    tile["data"] = data

where data is actually undefined and therefore raises an error breaking search export

@chiatt chiatt added this to pipeline Feb 10, 2025
@whatisgalen whatisgalen added the Audience: Developer The audience for the issue is a software developer label Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Audience: Developer The audience for the issue is a software developer Subject: Search
Projects
Status: No status
Development

No branches or pull requests

1 participant