+
K
Creates an Ontology property reference for search.
Use this for creating an Ontology property that you can compare values to in Search.series().
Search.series()
Search.series
Property
Copied!1 2 3 4 5 >>> from foundryts.search import ontology >>> ontology('some-property-name') Property['some-property-name'] >>> fts.search.series(ontology('my_prop') == 'my_value') NodeCollection([...](1000))
1 2 3 4 5
>>> from foundryts.search import ontology >>> ontology('some-property-name') Property['some-property-name'] >>> fts.search.series(ontology('my_prop') == 'my_value') NodeCollection([...](1000))