Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse.org-eclipsecon-program-committee] Tag Based Searches

All,

If you are searching for talks based on tags, I just discovered a minor issue.  I will log a bugzilla to rectify, but I want to save you time if you are trying to look for something before it gets fixed.

The syntax for searching based on a tag is:

pctag ~ 'Nebula'

Unfortunately wild cards are not supported.  If you are searching for more than one tag then you can OR things together.  Requires a lower case 'or'.

pctag ~ 'Nebula' or pctag ~ 'OSGi'


Scott


Back to the top