-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #873 from a13o/clear-stale-search-results
Clear stale search results when version is changed
- Loading branch information
Showing
5 changed files
with
210 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
export default { | ||
hits: [ | ||
{ | ||
file: 'packages/@ember/array/index.ts', | ||
line: 447, | ||
module: '@ember/array', | ||
class: 'EmberArray', | ||
name: 'forEach', | ||
access: 'public', | ||
_tags: ['module:@ember/array', 'version:5.1.2'], | ||
hierarchy: { lvl0: '@ember/array', lvl1: 'EmberArray', lvl2: 'forEach' }, | ||
objectID: '5215324000', | ||
_highlightResult: { | ||
name: { | ||
value: '<em>forEach</em>', | ||
matchLevel: 'full', | ||
fullyHighlighted: true, | ||
matchedWords: ['foreach'], | ||
}, | ||
hierarchy: { | ||
lvl0: { value: '@ember/array', matchLevel: 'none', matchedWords: [] }, | ||
lvl1: { value: 'EmberArray', matchLevel: 'none', matchedWords: [] }, | ||
lvl2: { | ||
value: '<em>forEach</em>', | ||
matchLevel: 'full', | ||
fullyHighlighted: true, | ||
matchedWords: ['foreach'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
{ | ||
file: 'packages/@ember/array/index.ts', | ||
line: 447, | ||
module: '@ember/array', | ||
class: 'MutableArray', | ||
name: 'forEach', | ||
access: 'public', | ||
_tags: ['module:@ember/array', 'version:5.1.2'], | ||
hierarchy: { | ||
lvl0: '@ember/array', | ||
lvl1: 'MutableArray', | ||
lvl2: 'forEach', | ||
}, | ||
objectID: '5215295000', | ||
_highlightResult: { | ||
name: { | ||
value: '<em>forEach</em>', | ||
matchLevel: 'full', | ||
fullyHighlighted: true, | ||
matchedWords: ['foreach'], | ||
}, | ||
hierarchy: { | ||
lvl0: { value: '@ember/array', matchLevel: 'none', matchedWords: [] }, | ||
lvl1: { value: 'MutableArray', matchLevel: 'none', matchedWords: [] }, | ||
lvl2: { | ||
value: '<em>forEach</em>', | ||
matchLevel: 'full', | ||
fullyHighlighted: true, | ||
matchedWords: ['foreach'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
{ | ||
file: 'packages/@ember/array/index.ts', | ||
line: 447, | ||
module: '@ember/array', | ||
class: 'Ember.NativeArray', | ||
name: 'forEach', | ||
access: 'public', | ||
_tags: ['module:@ember/array', 'version:5.1.2'], | ||
hierarchy: { | ||
lvl0: '@ember/array', | ||
lvl1: 'Ember.NativeArray', | ||
lvl2: 'forEach', | ||
}, | ||
objectID: '5215250000', | ||
_highlightResult: { | ||
name: { | ||
value: '<em>forEach</em>', | ||
matchLevel: 'full', | ||
fullyHighlighted: true, | ||
matchedWords: ['foreach'], | ||
}, | ||
hierarchy: { | ||
lvl0: { value: '@ember/array', matchLevel: 'none', matchedWords: [] }, | ||
lvl1: { | ||
value: 'Ember.NativeArray', | ||
matchLevel: 'none', | ||
matchedWords: [], | ||
}, | ||
lvl2: { | ||
value: '<em>forEach</em>', | ||
matchLevel: 'full', | ||
fullyHighlighted: true, | ||
matchedWords: ['foreach'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
{ | ||
file: 'packages/@ember/array/index.ts', | ||
line: 447, | ||
module: '@ember/array', | ||
class: 'ArrayProxy', | ||
name: 'forEach', | ||
access: 'public', | ||
_tags: ['module:@ember/array', 'version:5.1.2'], | ||
hierarchy: { lvl0: '@ember/array', lvl1: 'ArrayProxy', lvl2: 'forEach' }, | ||
objectID: '5215191000', | ||
_highlightResult: { | ||
name: { | ||
value: '<em>forEach</em>', | ||
matchLevel: 'full', | ||
fullyHighlighted: true, | ||
matchedWords: ['foreach'], | ||
}, | ||
hierarchy: { | ||
lvl0: { value: '@ember/array', matchLevel: 'none', matchedWords: [] }, | ||
lvl1: { value: 'ArrayProxy', matchLevel: 'none', matchedWords: [] }, | ||
lvl2: { | ||
value: '<em>forEach</em>', | ||
matchLevel: 'full', | ||
fullyHighlighted: true, | ||
matchedWords: ['foreach'], | ||
}, | ||
}, | ||
}, | ||
}, | ||
], | ||
nbHits: 4, | ||
page: 0, | ||
nbPages: 1, | ||
hitsPerPage: 15, | ||
exhaustiveNbHits: true, | ||
exhaustiveTypo: true, | ||
exhaustive: { nbHits: true, typo: true }, | ||
query: 'forEach', | ||
params: | ||
'query=forEach&hitsPerPage=15&restrictSearchableAttributes=%5B%22hierarchy.lvl0%22%2C%22hierarchy.lvl1%22%2C%22hierarchy.lvl2%22%5D&tagFilters=%5B%22version%3A5.1.2%22%5D&facetFilters=%5B%22access%3A-private%22%5D', | ||
processingTimeMS: 1, | ||
processingTimingsMS: { request: { roundTrip: 22 } }, | ||
}; |