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 a8956ef commit 1009491Copy full SHA for 1009491
src/requestHandler.ts
@@ -1026,7 +1026,7 @@ export default class RequestHandler {
1026
if (result) {
1027
const contextMatches: SearchContext[] = [];
1028
for (const match of result.matches) {
1029
- if (match[0] == 0) {
+ if (match[0] === 0) {
1030
// When start position is between 0 and positionOffset, that means the search term matched within the headline.
1031
contextMatches.push({
1032
match: {
0 commit comments