Hi, I have a product collection given below. When ...
# community-help
m
Hi, I have a product collection given below. When I search for
Queen Remi Blue 12
I want the exact matched products to be ranked at the top. But, in the result it is ranking partial matched product
Queen Remi Blue Ow 12
at the top where
OW
doesn't exist in the search query. is it possible to achieve with Typesense? if so, how?
Copy code
[
      { id: '1', name: 'QUEEN REMI BLUE 12"#TUR' },
      { id: '2', name: 'QUEEN REMI BLUE 12"#T1BRD' },
      { id: '3', name: 'QUEEN REMI BLUE 12"#T1BBG' },
      { id: '4', name: 'QUEEN REMI BLUE 12"#T1B99J' },
      { id: '5', name: 'QUEEN REMI BLUE OW 12"#T1B350' },
      { id: '6', name: 'QUEEN REMI BLUE OW 12"#T1B30' },
      { id: '7', name: 'QUEEN REMI BLUE OW 12"#T1B27' },
      { id: '8', name: 'QUEEN REMI BLUE OW 12"#RED' },
      { id: '9', name: 'QUEEN REMI BLUE OW 12"#P4/30' },
    ];