Skip to content

Fuzzy Id's and keywords search fields

Fixes

Fixes for #314 (closed) and #593 (closed) .

Description

This PR includes adding Ids and keywords search fields to the framework. It also includes implementing fuzzy queries for Id's field.

Tests

I) Indexing advanced_artifacts index :
1.Change the schedule from 10 hours to 30 mins by commenting 10hrs schedule and uncommenting 30mins.
2.Enable logstash container.
3.Restart containers.
II) Test with any keyword in the keywords field.
III) Test with fuzzy ids such as A 1575 in both simple and advanced search in the fields related to Ids.

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