Skip to content

Implement search for the materials #11

@unrealsolver

Description

@unrealsolver

Implement this function:

function new_filter(items, query) {
return items.map((d, idx) => ({
id: idx,
text: d.name,
children: null,
}))
}

Should have a nested structure: standard.category.subcategory.name

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions