We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2516aa2 commit 7930ff1Copy full SHA for 7930ff1
README.md
@@ -85,7 +85,7 @@ client.setCollectAnalytics(false);
85
When a search results is clicked, send the event to your AddSearch Analytics Dashboard. Information on clicks is used
86
in your statistics and in the self-learning search algorithm.
87
```js
88
-// Docid is the 32-character long identifier in each hit returned by the search.
+// Docid is the 32-character long id that is part of each hit in search results
89
// Position is the position of the document that was clicked, the first result being 1
90
client.searchResultClicked(docid, position);
91
```
0 commit comments