You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why am I reopening ?
Because, the issue in it self is not solved. To summarize :
The search for a case by its title using "Merge Into Case" button on an alert, does not allow to search for case using keywords, but rather using the complete title (which is not really efficient when you search for similar cases in addition to the similar cases list in the alert modal)
Using wildcard characters forces TheHive to search through the whole database, bypassing the indexes, making TheHive super slow and leading to service disruption when multiple searches like these are triggered (2 to 3 searches are to much, even on a machine with 12 vCPU and 32 GB of RAM)
All of above are present in 4.1.4.
Steps to Reproduce
Open a new alert
Try to merge it using the "Merge Into Case" button
Search for a case using its title
Possible Solutions
Implement a true search mechanism for "Merge Into Case" modal (so no more * are required)
If this "true search" could be implemented in the search view for other objects, that would be perfect
The text was updated successfully, but these errors were encountered:
Commit 5b025a8 updated the filter used when filtering by title to use the same filter as the case list page.
The merge dialog do not search in all the database but just on the case.title field, and I'm not able to reproduce the WARN message stating it doesn't use the index (as in #1983)
Request Type
Bug
Work Environment
Problem Description
This is a reopen of #1983
Why am I reopening ?
Because, the issue in it self is not solved. To summarize :
*
as a workarround to the above issue (which was the starting point for [Bug] Merge Into Case search by title not working #1983)All of above are present in 4.1.4.
Steps to Reproduce
Possible Solutions
*
are required)The text was updated successfully, but these errors were encountered: