Skip to content

Commit

Permalink
Bump apies
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 25, 2024
1 parent 03f5cbc commit 7f9987b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions budgetkey_api/modules/simpledb.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ def simple_search(self, table):
params = self.search_params[table]
ret = self.search_blueprint.controllers.search(
es_client, [params['index']], q,
size=10,
size=20,
offset=0,
filters=filters,
score_threshold=0,
match_type='cross_fields',
match_operator='or',
# match_type='cross_fields',
# match_operator='or',
)
results = []
search_results = ret.get('search_results')
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Flask-Caching
Flask-Session
Flask-SQLAlchemy
psycopg2-binary
apies>=1.10.1
apies>=1.11
itsdangerous==2.0.1
# jinja2<3.1
# werkzeug==2.0.2
Expand Down

0 comments on commit 7f9987b

Please sign in to comment.