Search using proximity operator

Post Reply

dschmauss
Posts: 13
Joined: Thu Jan 03, 2019 1:31 pm

Search using proximity operator

Post by dschmauss » Wed Sep 04, 2019 1:12 pm

Hello, for following problem I can't find a solution.

The search syntax for a proximity operator search is "Word1" prox / distance <n "Word2". This works fine unless one of the words is a compound word. So, for example, the search "airgap" prox / distance </ 7 "cooling" work, but the search "air gap" prox / distance </ 7 "cooling" gives an error message.

Does anybody know a solution for this?

Thanks!


voiceofreason
Posts: 17
Joined: Thu Jul 09, 2009 9:48 am

Re: Search using proximity operator

Post by voiceofreason » Wed Sep 04, 2019 1:25 pm

Hi

You need to not have spaces around the slash

https://worldwide.espacenet.com/beta/se ... %20cooling


Patent Information Marketing
Posts: 358
Joined: Fri Mar 03, 2017 1:16 pm

Re: Search using proximity operator

Post by Patent Information Marketing » Thu Sep 05, 2019 7:52 am

Please also remove the "/" after "<".
The following query
"air gap" prox/distance < 7 "cooling"
will then work fine.
Kind regards

Patent Information Marketing


Post Reply