Skip to content

Having Issues adding new Facets. #76

@mkjmckinlay

Description

@mkjmckinlay

I'm trying to update my Oscar store to user this instead of Haystack.

On my site I have:

OSCAR_SEARCH_FACETS = {
"fields": OrderedDict(
[
("category", {"name": "Category",
"field": "category",
'options': {
'order': {"_term": "asc"}
},
}),
("brand", {"name": "Brand",
"field": "brand",
'options': {
'order': {"_term": "asc"}
},
}),

    ],
),
'queries': OrderedDict(),

}

Cant seem to work out how I should be doing this within the new set up?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions