Customizing DatafariUI - Search Query Parameters
Valid from Datafari 5.1 (UI 1.0.0-beta-0.6.0)
checked for UIv2 1.0
From ui-config.json
file, you can customize the fields you send to Solr. queryParams
is an object which can have the following keys :
Key name | description | Default value |
---|---|---|
fields | An array of string that define fields sent to solr for each query. | "fields": [
"title",
"url",
"id",
"extension",
"preview_content",
"last_modified",
"crawl_date",
"author",
"original_file_size",
"emptied",
"repo_source"
] |
, multiple selections available,