Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
522
class
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
searchActions
Function · 0.80
relatedFeatureFlagsLogic.ts
File · 0.80
searchCohorts
Function · 0.80
playerInspectorLogic.ts
File · 0.80
consoleLogsListLogic.ts
File · 0.80
eventsListLogic.ts
File · 0.80
experimentsLogic.ts
File · 0.80
featureFlagsLogic.ts
File · 0.80
pluginLogsLogic.ts
File · 0.80
membersLogic.tsx
File · 0.80
dashboardsLogic.ts
File · 0.80
actionsLogic.ts
File · 0.80
Calls
1
get
Method · 0.65
Tested by
1
forward
Function · 0.64