odoo/odoo#196766

Created by fw-bot
Merged at 1ad54e3e438a8d73286e258c9776256e3d011ff5

Statuses:

label
odoo-dev:master-18.0-partner_exact_match-moda-414088-fw
head
478d23b8488e236ba177513a978938ec41c0056f
merged
8 months ago by POS IoT, David Monnom (moda)
odoo/odoo
18.0 #195971
saas-18.1 #196533
saas-18.2
saas-18.3
saas-18.4
19.0
master #196766

[FW][IMP] point_of_sale: partner exact match search

Before this commit, we was using fuzzy search which was creating a score for each partner and then sorting the partners based on that score. This was causing error in search result.

Now we use exact match search which will search for the exact match of the search string in the partner name, phone, mobile, email, street, city, state, country, zip, vat, and barcode.

task-4517586

Forward-Port-Of: #196533
Forward-Port-Of: #195971