Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

GRIF-177: Fix non strict search #275

Merged
merged 2 commits into from
Dec 22, 2023
Merged

GRIF-177: Fix non strict search #275

merged 2 commits into from
Dec 22, 2023

Conversation

JakubFrejlach
Copy link
Collaborator

This PR:

  • fixes the non strict search which might contain some regex special characters to be regex escaped by default
  • adds -r option for regex name search which will prevent the default escaping and will let user to take advantage of full regex search
  • minor - fixes progress bar usage for product summary command

non strict search is now escaped by default unless the -r option is
used which indicated that the user wants to use regex and thus
needs to take care about proper escaping himself
@JakubFrejlach JakubFrejlach self-assigned this Dec 21, 2023
@JakubFrejlach JakubFrejlach merged commit 4fceaf1 into main Dec 22, 2023
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant