CQL query issues

This space is made available to users of Open Patent Services (OPS) web-service and now also to users of EPO’s bulk data subscription products such as 14. EPO worldwide bibliographic database (DOCDB), 14.11 EPO worldwide legal status database (INPADOC), 14.12 EP full text data, 14.1 EP bibliographic data (EBD)and more.

Users can ask each other questions, exchange experiences and solutions, post ideas. The moderator will use this space to announce changes or other relevant information.
Post Reply

afedosenko
Posts: 4
Joined: Mon Apr 23, 2018 12:38 pm

CQL query issues

Post by afedosenko » Wed Jun 20, 2018 12:46 pm

Hello,
For example, the WO2017123335 number has application original number US2016/064351:
http://ops.epo.org/3.2/rest-services/pu ... 335/biblio

When I am trying to find this number using the search API, I get two different results, depending on the version of the API:
  1. http://ops.epo.org/end-of-life/rest-ser ... 016/064351
    The result contains the WO2017123335 number. And the CQL query in the result look like as <ops:query syntax="CQL">num = "US2016/064351"</ops:query>
  2. http://ops.epo.org/3.2/rest-services/pu ... 016/064351
    The result doesn't contains the WO2017123335 number. But the result contains the "rest-services/published-data/publication/epodoc/US2016064351/biblio" number instead. And the CQL query in the result look like as <ops:query syntax="CQL">num = "US2016064351"</ops:query>(witohut slash).
How can I find the WO2017123335 number using the application original number US2016/064351 in the new version(3.2) of the API?


EPO / OPS Support
Posts: 1298
Joined: Thu Feb 22, 2007 5:32 pm

Re: CQL query issues

Post by EPO / OPS Support » Wed Jun 20, 2018 2:01 pm

HI,

If you want to use CQL instead of OPS Number search (not the best option though) your query has to look like this:

.../rest-services/published-data/search/biblio/?q=ap=WO2016US64351

CQL search in OPS does not search full-text search option like Espacenet so you need to use properly filed identifiers in combination with either epodoc or docdb format number in a query.


but a much better option for searching numbers is:
.../rest-services/published-data/application/docdb/US.2016064351.W/biblio
.../rest-services/published-data/application/epodoc/WO2016US64351/biblio

You can not use original number format any of our services (maybe Espacenet TXT search would find something but even that is quite risky and can bring quite some noise)

DOCDB number format tables are available here: https://www.epo.org/searching-for-paten ... gular.html


Regards,
Vesna for OPS support


Post Reply