update search filters (#706)

* update search filters

* toml
This commit is contained in:
Preston Rasmussen 2025-07-11 10:53:15 -04:00 committed by GitHub
parent 71fca7fdd6
commit deda803dc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2007 additions and 2026 deletions

View file

@ -116,4 +116,4 @@ async def main(use_bulk: bool = False):
) )
asyncio.run(main(True)) asyncio.run(main(False))

View file

@ -157,7 +157,7 @@ def edge_search_filter_query_constructor(
filter_query += created_at_filter filter_query += created_at_filter
if filters.expired_at is not None: if filters.expired_at is not None:
expired_at_filter = 'AND (' expired_at_filter = ' AND ('
for i, or_list in enumerate(filters.expired_at): for i, or_list in enumerate(filters.expired_at):
for j, date_filter in enumerate(or_list): for j, date_filter in enumerate(or_list):
filter_params['expired_at_' + str(j)] = date_filter.date filter_params['expired_at_' + str(j)] = date_filter.date

View file

@ -1,7 +1,7 @@
[project] [project]
name = "graphiti-core" name = "graphiti-core"
description = "A temporal graph building library" description = "A temporal graph building library"
version = "0.17.0" version = "0.17.1"
authors = [ authors = [
{ "name" = "Paul Paliychuk", "email" = "paul@getzep.com" }, { "name" = "Paul Paliychuk", "email" = "paul@getzep.com" },
{ "name" = "Preston Rasmussen", "email" = "preston@getzep.com" }, { "name" = "Preston Rasmussen", "email" = "preston@getzep.com" },

4027
uv.lock generated

File diff suppressed because it is too large Load diff