Freetext

class pyvo.registry.Freetext(*words: str)[source]

Bases: Constraint

A contraint using plain text to match against title, description, subjects, and person names.

Parameters:
*wordstuple of str

It is recommended to pass multiple words in multiple strings arguments. You can pass in phrases (i.e., multiple words separated by space), but behaviour might then vary quite significantly between different registries.