Hi there,
We use xLocate2 single field search named SearchByTextRequest. By entering the text “1100” (postal code of some districts in Vienna) we receive hits in Lissabon (Portugal) and Nicosia (Cypress).
Vienna doesn’t appear at all. If we use “1100 W” or “1100 Österreich” we are successful.
Is there some country filter available we could apply to get the result we would like to have? We don’t want a global search…
Best regards,
Leo
xLocate2 – single field : filter by country
Re: xLocate2 – single field : filter by country
Hi Leo
This will be a new feature of the xServer 2.17 which is currently planed for end of February. Then it is possible to restrict the single field search on spezific countries. In your case the request could look like this:
Best regards
This will be a new feature of the xServer 2.17 which is currently planed for end of February. Then it is possible to restrict the single field search on spezific countries. In your case the request could look like this:
Code: Select all
{
"$type": "SearchByTextRequest",
"text": "1100",
"searchOptions": {
"allowedCountries": [
"AT","DE","CH"
]
}
}
Jochen Anderer
Manager Engineer
PTV GROUP GERMANY
Manager Engineer
PTV GROUP GERMANY
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: xLocate2 – single field : filter by country
Hi there,
the feature described by Jochen can improve both the quality of a result and also the performance because the data that has to be analyzed is reduced Customers who are active in a defined part of the world will benefit from this...
Here's an example output Best regards,
Bernd
the feature described by Jochen can improve both the quality of a result and also the performance because the data that has to be analyzed is reduced Customers who are active in a defined part of the world will benefit from this...
Here's an example output Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: xLocate2 – single field : filter by country
Cheers!
You can test the new feature in the test environment:
https://xserver2-test.cloud.ptvgroup.co ... Runner.htm
Feedback is welcome!
Best regards,
Bernd
You can test the new feature in the test environment:
https://xserver2-test.cloud.ptvgroup.co ... Runner.htm
Feedback is welcome!
Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...