Skip to content

QRM not invoking scanner #498

Answered by houtn11
Napam asked this question in Q&A
May 10, 2025 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Since you added scan method FacilitiesArray is not complex object any more, but a field in Listing struct. So, facilities column has no destination. To fix it:

facilitiesAgg.AllColumns().Except(
	t.ListingFacilities.ListingID,
).As("listing.*"),

or

type Listing struct {
	// Various stuff here
	.
	.
	.
	Facilities FacilitiesArray `alias:"facilities"`
}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@houtn11
Comment options

Answer selected by Napam
@houtn11
Comment options

@Napam
Comment options

@houtn11
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants