-
Notifications
You must be signed in to change notification settings - Fork 54
0019 add project column in batch search result table
mvanzalu edited this page May 11, 2022
·
1 revision
Date: 2022-05-03
Accepted
Multi project batch search has been previously implemented. Consequently, filtering batch search results by project should be possible. Furthermore, the project is needed for each result to access to the document with the document standalone component.
In terms of data persistance and database we decided to modify the BATCH_SEARCH_RESULT
table by adding the PRJ_ID
column.
This field can be NULL in order to guarantee backward compatibility with existing data.
The backend functions related to database operations will be modified