Ticket #1003 (new task)
Opened 6 months ago
Add all OmeroSearch field names to constants
| Reported by: | jmoore | Owned by: | jmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4 |
| Component: | Search | Version: | 3.0-M1 |
| Keywords: | constants, API | Cc: |
Description
All OmeroSearch field names should be constants in ome.api.Search as well as in Constants.ice, so that usage in OmeroPy would be:
import omero client = omero.client() # ... search.byFullText( omero.constants.ANNOTATION_NS + "http://example.com*" )
Note: See
TracTickets for help on using
tickets.
