mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
60cbf2e7c1
* Trigram fuzzy search for property definitions * support empty search param * Only use pg_trgm search if pg extension is installed * suppress exceptions if migration does not succeed * checks for index * troubleshooting * wip: change migration number; strip out conditionals * wip: copy code from #4110 * remove is_pg_trgm_installed * try ngram search on CH * add AND before ngram * correct some check failures * remove ordering * remove ordering from tests * fix ordering * rewrite queries for psql, add test bypass for EE features * remove ordering filter bc of bugs * remove test code * check if isinstance of RawQuerySet * cleanup sql * add ordering * typing * test for ee prop definition * adjustments to test_ee_property_definition * add test_ee_event_definition * restore this prop * convert to simple term filter * use term search in EE * fix EE tests * fix non-EE tests * fix test * fix filter types Co-authored-by: Paolo D'Amico <paolodamico@users.noreply.github.com> Co-authored-by: Marius Andra <marius.andra@gmail.com> |
||
---|---|---|
.. | ||
test | ||
__init__.py | ||
debug_ch_queries.py | ||
enterprise_event_definition.py | ||
enterprise_property_definition.py | ||
hooks.py | ||
license.py |