Skip to content

Commit

Permalink
Add similarity space search option
Browse files Browse the repository at this point in the history
This includes layout improvements, including updates in how facets are defined and sorted
  • Loading branch information
ffont committed Apr 16, 2024
1 parent 3565f54 commit 5978d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def search_view_helper(request):

# Run the query and post-process the results
try:
query_params = sqp.as_query_params()
query_params = sqp.as_query_params()
results, paginator = perform_search_engine_query(query_params)
if not sqp.map_mode_active():
if not sqp.display_as_packs_active():
Expand Down

0 comments on commit 5978d64

Please sign in to comment.