Skip to content

IOT-1553: Allow gateway search by eui - #292

Merged
fcv-iteratorIt merged 2 commits into
stagefrom
feature/IOT-1553-seach-gateway-eui
Feb 25, 2026
Merged

IOT-1553: Allow gateway search by eui#292
fcv-iteratorIt merged 2 commits into
stagefrom
feature/IOT-1553-seach-gateway-eui

Conversation

@fcv-iteratorIt

Copy link
Copy Markdown
Contributor

…ches

const queryBuilder = this.gatewayRepository
.createQueryBuilder("gateway")
.where("(gateway.name ilike :name) OR (gateway.gatewayId ilike :name)", {
name: `%${query}%`,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look into if this supports parameters for queries so to avoid injection attacks

@fcv-iteratorIt
fcv-iteratorIt merged commit f65be40 into stage Feb 25, 2026
3 checks passed
@fcv-iteratorIt
fcv-iteratorIt deleted the feature/IOT-1553-seach-gateway-eui branch February 25, 2026 07:54
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