ICIJ / datashare-client

Frontend interface for Datashare, a self-hosted search engine for documents.
https://datashare.icij.org
GNU Affero General Public License v3.0
32 stars 17 forks source link

feat: project indexing #291

Closed pirhoo closed 1 year ago

pirhoo commented 1 year ago

PR description

Add project selector to indexing form, and named entities finder form.

Screenshot 2023-07-21 at 20-02-22 Analyze your documents - Datashare Screenshot 2023-07-21 at 20-02-29 Analyze your documents - Datashare

To-do before merging

Currently the backend only take into account the defaultProject parameter while indexing. This allow to index files in a project but requires the task to be done (and the queue emptied) before being able to start indexing on another project.

Changes