• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

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.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/