Add params to offlineSearch examples #1771
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Thanks for your contribution! Your suggestion is valid IMHO, I consider it an improvement to the user guide.
Looking at your changes in search.md, I realized , that offlineSearch: true appears two more times in the subchapters Changing the summary length of the local search results and Changing the maximum result count of the local search. Shouldn't we mention params at these occurrences as well? @svrnm: do you want to go for this as well?
|
Additional note: I just realized that in the chapter documenting how to enable GCSE search engine, the line |
Yes, I can take a look |
Maybe there should be a full review, because there are more references without the params indications : |
|
@deining done, I fixed the other 2 places as well |
|
@deining - is this ready? |
While trying out the offline search feature I struggled to get it working until I figured out that the `offlineSearch` should be within `params`.
Signed-off-by: Severin Neumann <severin.neumann@altmuehlnet.de>
Signed-off-by: Severin Neumann <severin.neumann@altmuehlnet.de>
|
thanks for merging :-) |
While trying out the offline search feature I struggled to get it working until I figured out that the
offlineSearchshould be withinparams.