1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-26 08:03:47 +02:00
dspace-statistics-api/dspace_statistics_api
Alan Orth 810508d038
dspace_statistics_api/indexer.py: Use -isBot:true
Minor change to bot filtering. We should use a negated match for
documents that have `isBot:true` rather than looking for documents
that are tagged with `isBot:false` (the distinction is subtle, but
important).
2020-11-17 17:40:08 +02:00
..
docs Fix limit in docs 2020-11-02 22:14:08 +02:00
__init__.py Refactor project structure 2018-10-28 11:14:21 +02:00
app.py Make sure limit is between 1 and 100 2020-11-02 21:59:20 +02:00
config.py Format code with black 2019-11-27 12:30:06 +02:00
database.py dspace_statistics_api: Use f-strings instead of format() 2020-03-02 11:24:29 +02:00
indexer.py dspace_statistics_api/indexer.py: Use -isBot:true 2020-11-17 17:40:08 +02:00
items.py dspace_statistics_api/items.py: Move util import 2020-10-06 15:07:00 +03:00
util.py Make sure limit is between 1 and 100 2020-11-02 21:59:20 +02:00