Skip to content

Commit 7930ff1

Browse files
committed
Clarify docid
1 parent 2516aa2 commit 7930ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ client.setCollectAnalytics(false);
8585
When a search results is clicked, send the event to your AddSearch Analytics Dashboard. Information on clicks is used
8686
in your statistics and in the self-learning search algorithm.
8787
```js
88-
// Docid is the 32-character long identifier in each hit returned by the search.
88+
// Docid is the 32-character long id that is part of each hit in search results
8989
// Position is the position of the document that was clicked, the first result being 1
9090
client.searchResultClicked(docid, position);
9191
```

0 commit comments

Comments
 (0)