You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -137,11 +137,11 @@ Consider a normal search page with basic layout as shown in the figure below and
137
137
138
138
-**siteName** : This value can be found in UNBXD dashboard. It is unique for every search site created in the dashboard.
139
139
-**APIKey** : This is a unique for every user account. It can also be found in dashboard.
140
-
-**type** : It has to be either _*search*_or _*browse*_.
141
-
-**getCategoryId** : This option has to be a function which return the category_id in case of *browse*. Please ignore incase of *search*.
142
-
-**inputSelector** : The jQuery selector for search input. Please make sure that the form of this input has no action and method is GET. Please ignore incase of *browse*.
143
-
-**searchButtonSelector** : The jQuery selector for search submit button. Please ignore incase of *browse*.
144
-
-**spellCheck** : The jQuery selector for DOM element to display spell suggestion. Please ignore incase of *browse*.
140
+
-**type** : It has to be either _*search*_, _*browse*_or _*category*_.
141
+
-**getCategoryId** : This option has to be a function which return the category_id in case of *browse* and *category*. Please ignore incase of *search*.
142
+
-**inputSelector** : The jQuery selector for search input. Please make sure that the form of this input has no action and method is GET. Please ignore incase of *browse* and *category*.
143
+
-**searchButtonSelector** : The jQuery selector for search submit button. Please ignore incase of *browse* and *category*.
144
+
-**spellCheck** : The jQuery selector for DOM element to display spell suggestion. Please ignore incase of *browse* and *category*.
145
145
-**spellCheckTemp** : Handlebars template for generating the spell suggestion template.
146
146
```javascript
147
147
...
@@ -154,7 +154,7 @@ Consider a normal search page with basic layout as shown in the figure below and
154
154
suggestion : "something else"
155
155
}
156
156
```
157
-
-**searchQueryDisplay** : The jQuery selector of DOM element to display the query (which use has searched for) and total number of results from search. Please ignore incase of *browse*.
157
+
-**searchQueryDisplay** : The jQuery selector of DOM element to display the query (which use has searched for) and total number of results from search. Please ignore incase of *browse* and *category*.
158
158
-**searchQueryDisplayTemp** : Handlebars template for displaying the search query and total number of results. Please ignore incase of *browse*.
0 commit comments