Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure compatibility with bluesky-widgets databroker search widget #738

Open
danielballan opened this issue Oct 10, 2022 · 0 comments
Open
Milestone

Comments

@danielballan
Copy link
Member

The bluesky-widgets databroker search widget is currently known to be incompatible with the databroker 2.x prereleases. There are two ways to address this:

  1. Short-term fix: One issue that Databroker no longer supports arbitrary RawMongo queries. We have a RawMongo shim that makes some effort to support a restricted subset of queries and reduce the amount of backward-incompatibility with existing code. But the shim is not quite sophisticated enough to cover the use case needed by bluesky-widgets. With more effort, it could be.
  2. Long-term fix: Update bluesky-widgets to use Databroker 2.x fully, making use of new features like sorting and proper pagination. Update search widgets for Databroker 2.x bluesky-widgets#181
@danielballan danielballan added this to the 2.0.0 milestone Oct 10, 2022
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

No branches or pull requests

1 participant