You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is very common to create readsides that are purely reverse lookups. Given, the event and state returns a string, we should be able to automate it.
Describe the solution you'd like
RPC called CreateReverseLookup(event, state, meta) and returns List((K, V)) pairs where Key is the field_name.
Akka projection that runs CreateReverseLookup
RPC for searching for entityId by reverse lookup (K, V) pair.
Maybe we will make a solution for multi-key lookups.
Describe alternatives you've considered
N/A
Additional context
It is a common use case to want to offer reverse lookups for entities.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It is very common to create readsides that are purely reverse lookups. Given, the event and state returns a string, we should be able to automate it.
Describe the solution you'd like
Maybe we will make a solution for multi-key lookups.
Describe alternatives you've considered
N/A
Additional context
It is a common use case to want to offer reverse lookups for entities.
The text was updated successfully, but these errors were encountered: