Skip to content

Images filter

Yashraj Desai requested to merge phoenix/feature/images-filter into phoenix/develop

Fixes

Fixes for #136 (closed), #670 (closed) .

Description

Images filters are implemented.

Type of PR This PR is a [feature].

Tests

  1. Import images table using images.sql
  2. Index 'advanced_artifacts' JDBC and 'images' JDBC from logstash.conf file.
  3. Perform a search in Identification numbers field with "P122,P123,P111223,P111441,P112588,P122521,P123456,P212155,P441141" list of ids.
  4. Filter and verify results from database.

Checklist:

  • My pull request has a descriptive title (not a vague title like "Update index.md").
  • My pull request targets the phoenix/develop branch of the repository.
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I added tests for the changes I made (if applicable).
  • I added or updated documentation (if applicable).
  • I tried running the project locally and verified that there are no visible errors.
Edited by Yashraj Desai

Merge request reports