Skip to content

Commit d971dd5

Browse files
author
Praveen
committed
update readme
1 parent 898f11d commit d971dd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Consider a normal search page with basic layout as shown in the figure below and
129129
,bannerSelector: ".banner"
130130
,bannerTemp: "<a href='{{landingUrl}}'><img src='{{imageUrl}}'/></a>"
131131
,fields : ['image_url','title','brand','price','uniqueId']
132+
,searchQueryParam:"q"
132133
});
133134
```
134135

@@ -701,6 +702,7 @@ JSON used for this template:
701702
,fields : ['image_url','title','brand','price','uniqueId']
702703
...
703704
```
705+
- **searchQueryParam** : searh query param name to be shown in browser url, default is "q"
704706
- **deferInitRender** : This is an array of library features that need to be disabled on initial load.
705707
```javascript
706708
...

0 commit comments

Comments
 (0)