-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtype: enhancementA general enhancementA general enhancement
Description
Currently we cannot specify hint both using @Query
or @Hint
annotation that could be resolving the value from parameters. For example, The following should work:
@Query(
value = "{ something: ?0}",
hint = "?1"
)
@Hint
Flux<Somthing> findSomething(String something, String hint);
This is working for @Query.value
, but as well for @Query.collation
(see docs) and not for the hint.
Metadata
Metadata
Assignees
Labels
status: pending-design-workNeeds design work before any code can be developedNeeds design work before any code can be developedtype: enhancementA general enhancementA general enhancement