File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
"type" : " git" ,
16
16
"subDir" : null ,
17
17
"scope" : " " ,
18
- "rev" : " 9dbac26d254a8b4f6ea935cb0d4f79608f2cd274 " ,
18
+ "rev" : " 97e01bd21265fdc719371f20ba69bdaf26896357 " ,
19
19
"name" : " verso" ,
20
20
"manifestFile" : " lake-manifest.json" ,
21
21
"inputRev" : " custom-head" ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const docConvTacticDomainMapper = {
68
68
const sectionMapper = {
69
69
dataToSearchables : ( domainData ) =>
70
70
Object . entries ( domainData . contents ) . map ( ( [ key , value ] ) => ( {
71
- searchKey : value [ 0 ] . data [ value [ 0 ] . data . length - 1 ] ,
71
+ searchKey : ` ${ value [ 0 ] . data . sectionNum } ${ value [ 0 ] . data . title } ` ,
72
72
address : `${ value [ 0 ] . address } #${ value [ 0 ] . id } ` ,
73
73
domainId : "Verso.Genre.Manual.section" ,
74
74
ref : value ,
You can’t perform that action at this time.
0 commit comments