I want to create faceted search for the fields name and description. I added the below line to
'schema_name': terms_filter('schema.name.keyword') to the app.config['RECORDS_REST_FACETS']. But its not working. So can someone tell me how to create facets for these fields.
Hi, I have a field named
schema
with nested type. Following is the schema structure for the fieldschema
.I want to create faceted search for the fields
name
anddescription
. I added the below line to'schema_name': terms_filter('schema.name.keyword')
to the app.config['RECORDS_REST_FACETS']. But its not working. So can someone tell me how to create facets for these fields.