Sveinbjörn Jóhannesson
03/31/2023, 4:53 PMcollectionSpecificSearchParameters: {
first_collection: {
query_by: "title,content",
infix: "always",
highlight_affix_num_tokens: 30,
},
second_collection: {
query_by: "title,content",
highlight_affix_num_tokens: 30,
}
},
When I use this config, the second_collection gives me almost perfect highlighting but the first_collection gives me no highlighting. Note: In the schema for both collections I have infix: true