-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non search queries #2
Comments
i'd really look into qqw before thinking of bettering our minisearch interface. |
Is it available for Argentina? All their sources seem to be Mexican. https://qqwapi-elastic.readthedocs.io/es/latest/fuentes/listado/ |
It's a viewer for ocds data
Nov 12, 2021 11:40:07 AM Sebastian Waisbrot ***@***.***>:
… Is it available for Argentina? All their sources seem to be Mexican. https://qqwapi-elastic.readthedocs.io/es/latest/fuentes/listado/
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub[#2 (comment)], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAA7BHPU5AOOMYNIAHPYOP3ULURMHANCNFSM5H4ONKMQ].
Triage notifications on the go with GitHub Mobile for iOS[https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675] or Android[https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub]. [data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAjSURBVGiB7cEBDQAAAMKg909tDwcUAAAAAAAAAAAAAADApwExOAABR9ZGcwAAAABJRU5ErkJggg==###24x24:true###][Tracking image][https://github.com/notifications/beacon/AAA7BHNLYFKEK22RAUQIO4DULURMHA5CNFSM5H4ONKM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOHGS42JY.gif]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is desirable to perform range queries (e.g.: amount between 1.000.000 and 10.000.000) or queries by provider (exact match). To do so I'm thinking of keeping minisearch as a search index only (storing only the IDs there) and moving the data to a sqlite file. Thoughts @xaiki ?
The text was updated successfully, but these errors were encountered: