Hello, Has anyone figured out a way to use infix a...
# community-help
s
Hello, Has anyone figured out a way to use infix and _snippetResult together succesfully?
Copy code
collectionSpecificSearchParameters: {
  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