graphiti-core 0.3.11__py3-none-any.whl → 0.3.12__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of graphiti-core might be problematic. Click here for more details.

@@ -49,8 +49,8 @@ def fulltext_query(query: str, group_ids: list[str] | None = None):
49
49
 
50
50
  group_ids_filter += ' AND ' if group_ids_filter else ''
51
51
 
52
- fuzzy_query = lucene_sanitize(query) + '~'
53
- full_query = group_ids_filter + fuzzy_query
52
+ lucene_query = lucene_sanitize(query)
53
+ full_query = group_ids_filter + lucene_query
54
54
 
55
55
  return full_query
56
56
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: graphiti-core
3
- Version: 0.3.11
3
+ Version: 0.3.12
4
4
  Summary: A temporal graph building library
5
5
  License: Apache-2.0
6
6
  Author: Paul Paliychuk
@@ -32,7 +32,7 @@ graphiti_core/search/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
32
32
  graphiti_core/search/search.py,sha256=2YvUjOWnPYVa2DvZAqOuKbcdCxjX5bSynpQICqFqqGU,9040
33
33
  graphiti_core/search/search_config.py,sha256=dWcanEmMoL42RHF-jcZO9C2G9BdqjkI9w-5xe9Wd2Xg,2737
34
34
  graphiti_core/search/search_config_recipes.py,sha256=FpASZLdyMdTSwY4ISHrjRUnFKVCego7Wd3j5RPN-ris,4907
35
- graphiti_core/search/search_utils.py,sha256=fQkigkRS2EspsdE1CJoOadeT0rwFAR0CIxLBEI1_slI,19142
35
+ graphiti_core/search/search_utils.py,sha256=zyxGI0wKi4mhtyDATcSu7XZWvh2bMlGipGfWqgD5J2U,19138
36
36
  graphiti_core/utils/__init__.py,sha256=cJAcMnBZdHBQmWrZdU1PQ1YmaL75bhVUkyVpIPuOyns,260
37
37
  graphiti_core/utils/bulk_utils.py,sha256=JtoYTZPCigPa3n2E43Oe7QhFZRTA_QKNGy1jVgklHag,12614
38
38
  graphiti_core/utils/maintenance/__init__.py,sha256=TRY3wWWu5kn3Oahk_KKhltrWnh0NACw0FskjqF6OtlA,314
@@ -42,7 +42,7 @@ graphiti_core/utils/maintenance/graph_data_operations.py,sha256=RgdqYSau9Mr-f7IU
42
42
  graphiti_core/utils/maintenance/node_operations.py,sha256=h5nlRojbXOGJs-alpv6z6WnZ1UCixVGlAQYBQUqz8Bs,9030
43
43
  graphiti_core/utils/maintenance/temporal_operations.py,sha256=MvaRLWrBlDeYw8CQrKish1xbYcY5ovpfdqA2hSX7v5k,3367
44
44
  graphiti_core/utils/maintenance/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
- graphiti_core-0.3.11.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
46
- graphiti_core-0.3.11.dist-info/METADATA,sha256=M7AI0LoxK_U9ZY_q7HjhHBG70DEHVxymjlUgXMR0Kd0,9437
47
- graphiti_core-0.3.11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
48
- graphiti_core-0.3.11.dist-info/RECORD,,
45
+ graphiti_core-0.3.12.dist-info/LICENSE,sha256=KCUwCyDXuVEgmDWkozHyniRyWjnWUWjkuDHfU6o3JlA,11325
46
+ graphiti_core-0.3.12.dist-info/METADATA,sha256=ldgNlGdZK-2mkBz9M1i82K65xmwqTF-Hw_JqhlWz2RM,9437
47
+ graphiti_core-0.3.12.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
48
+ graphiti_core-0.3.12.dist-info/RECORD,,