aleph icon indicating copy to clipboard operation
aleph copied to clipboard

Search and browse documents and data; find the people and companies you look for.

Results 419 aleph issues
Sort by recently updated
recently updated
newest added

The UI is sometimes not returning the date histogram, even though the Document entities have date property values set. https://aleph.occrp.org/datasets/5707?csfacet=dates&csfacet_interval%3Adates=year&csfacet_size%3Adates=10&csfacet_total%3Adates=true&cslimit=30&csq=#mode=search Here is the API call: https://aleph.occrp.org/api/2/entities?facet=dates&facet_interval:dates=year&facet_size:dates=10&facet_total:dates=true&filter:collection_id=5707&filter:schemata=Thing&highlight=true&limit=30&q= [date_facet_response.json.zip](https://github.com/alephdata/aleph/files/8859050/date_facet_response.json.zip)

bug

Aleph implements a version of the [Reconciliation API](https://reconciliation-api.github.io/specs/latest/) in `aleph.views.reconcile_api`. The API allows users to match entities in a spreadsheet in OpenRefine against a dataset in Aleph. This is useful...

backend

Journalists want to look in XREF results for a particular name quite often. While the default is OK, journalists have to paginate to look for a particular name in the...

ui
backend
feature-request
triage
data-desk
xref

I run aleph in a kubernetes cluster. I created a user in the shell. this user is also visible in the postgres database. When I log in with a wrong...

When searching for documents, highlights are returned by Elastic for matching text fields. Though when the searchterm is only a part of the word that matched the search query, a...

search

When i search for something through the main search, i get nice results with highlights: ![image](https://user-images.githubusercontent.com/86304937/167844971-3c52a616-ccea-401a-9a12-f6c7df5727e9.png) Though when i open one of these results, the highlight disappears: ![image](https://user-images.githubusercontent.com/86304937/167845012-7e9e3930-94d3-4f82-a3dd-d81a6d92566f.png) Seems like...

search

related to https://github.com/alephdata/ingest-file/issues/222

We still need to build consensus around it - some people think it's good to only provide snippets of text in the search results and listing out matched pages hinder...

search

When clicking on a search result, and bringing up the search preview box, the displayed information should ensure that the first instance of the search term is shown in the...

bug
Major

**Context** In order to call Alephs REST endpoints using a JWT token, support for "Bearer" tokens needs to be added. With it, Aleph will be able to serve requests from...