Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[scripts][inventory-manager]search case insensitive pattern #6711

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

desertkaz
Copy link
Contributor

Currently you are unable to use an item with capitalization to search as args.item comes through lowercase. by downcasing the yaml value we can search the provided item pattern for keywords that are capitalized.

args.item is always lowercase.  this change enables searching for keywords with uppercase values.  e.g. god names, races.
@desertkaz desertkaz changed the title Case insensitive pattern [scripts][inventory-manager]search case insensitive pattern Oct 6, 2023
@MahtraDR MahtraDR merged commit 36533da into elanthia-online:master Oct 6, 2023
@MahtraDR
Copy link
Collaborator

MahtraDR commented Oct 6, 2023

Thanks for the submission! Good change.

@desertkaz desertkaz deleted the case-insensitive-pattern branch October 9, 2023 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants