You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I queried patent records for JP country_code like below, the description_localized.text and claims_localized.text were always NULL.
SELECT * FROM `patents-public-data.patents.publications`
WHERE country_code = "JP"
Only abstract_localized is available but this is not enough for my use case.
I'm not sure if this is an expected issue because Google Patents search can include both descriptions and claims in their results without any problem.
Can you help me if I'm missing something?
The text was updated successfully, but these errors were encountered:
When I queried patent records for JP country_code like below, the
description_localized.text
andclaims_localized.text
were always NULL.Only
abstract_localized
is available but this is not enough for my use case.I'm not sure if this is an expected issue because Google Patents search can include both descriptions and claims in their results without any problem.
Can you help me if I'm missing something?
The text was updated successfully, but these errors were encountered: