Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ query
Function
query
aleph/tests/test_search_query.py:6–7 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
4
5
6
def
query(args):
7
return
Query(SearchQueryParser(args, None))
8
9
10
class
QueryTestCase(TestCase):
Callers
9
test_no_text
Method · 0.85
test_has_text
Method · 0.85
test_has_prefix
Method · 0.85
test_id_filter
Method · 0.85
test_filters
Method · 0.85
test_offset
Method · 0.85
test_post_filters
Method · 0.85
test_highlight
Method · 0.85
test_highlight_text
Method · 0.85
Calls
2
Query
Class · 0.90
SearchQueryParser
Class · 0.90
Tested by
no test coverage detected