-
-
Notifications
You must be signed in to change notification settings - Fork 615
Open
Labels
Description
Proposal:
Scenario: create a query search link this
select * from rt1 where id in (select sphinx_ids as id from rt2)
where
rt1
andrt2
are teal-time indexesid
is an integersphinx_ids
is an MVA (list of rt1.id)
Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
- Implementation completed
- Tests developed
- Documentation updated
- Documentation reviewed
- OpenAPI YAML updated and issue created to rebuild clients