MCPcopy
hub / github.com/PostHog/posthog / search

Method search

posthog/models/filters/mixins/common.py:524–526  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

522class SearchMixin(BaseParamMixin):
523 @cached_property
524 def search(self) -> Optional[str]:
525 search = self._data.get("search", None)
526 return search
527
528 @include_dict
529 def search_to_dict(self):

Callers 15

searchActionsFunction · 0.80
searchCohortsFunction · 0.80
eventsListLogic.tsFile · 0.80
pluginLogsLogic.tsFile · 0.80
membersLogic.tsxFile · 0.80
dashboardsLogic.tsFile · 0.80
actionsLogic.tsFile · 0.80

Calls 1

getMethod · 0.65

Tested by 1

forwardFunction · 0.64