Hi there, I have a question. Here in image I searc...
# community-help
m
Hi there, I have a question. Here in image I search this
Board is a
and I get this results But when I search this
"Board is a"
I got
exact match
one. My question is there were no typos in the first search. But why didn't it appear there first search? Please someone help. Thank you. This is my code
Copy code
Search Options:------ 
 {
  q: '"Board is a"',
  query_by: [ 'title,fullText' ],
  filter_by: 'language:=[English]',
  facet_by: 'contentTypeId',
  max_candidates: 1500,
  exhaustive_search: false,
  query_by_weights: '1,1',
  highlight: true,
  highlight_affix_num_tokens: 2,
  num_typos: 6,
  per_page: 50,
  exclude_fields: 'vector',
  debug: true,
  searchQuery: '"Board is a"'
} 
---