Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Flags are useful when you want to find all documents which contain a particular field. For example, you can use the has_cpcl flag to retrieve documents that have CPC classification, or the has_pcit flag to find documents which contain patent citations. Any indexed field can be used in a flag search, with the exception of fam since a default value of -1 is assigned to all records which do not contain a DocDB-assigned family-id.


Info

To return all documents that have a DocDB-assigned family-id, you can use the following workaround:

fam:[1 TO *]

Note that this search does not indicate the number of family members. It simply returns records which have a family-id, i.e., are themselves members of a family (which may be a one-member family).

Language-Specific Searches

...

The above search returns 3179559 hits while the same search without the flag returns 3192682 hits. 

Similarly, flags can be used to exclude documents which have been withdrawn or deleted. In order to maintain document histories, CLAIMS Direct™ retains withdrawn and deleted records in our database. However, you may want to exclude these documents from your search. Adding the has_an flag will retrieve documents which have an application number, thus excluding withdrawn and deleted records.

...

Note

Note: It is recommended to use the asterisk wild card "*" when searching the flags field because some indexed fields are aggregates of a set of sub-fields. For example, to find records which contain correspondents, search for: flags:has_cor* rather than flags:has_cor because the cor field is aggregated from the corname and corepo fields.

 

 

 

fam:[ 1 TO *]