Before getting to work on using tags or keyword/values, we were looking how much we can do with the standard Lucene-indexed stuff. It appears that most of the terms we would like to search on are actually in the Lucene index so the question is mostly how to make use of that. The current "Search:" box in Web and Insight appear to support only a very modest subset of regular expressions and thus don't seem to allow searches such as:
(PlateA OR PlateB) AND Well2 AND "series 052"
With the naming scheme we have such a query should give us exactly 2 images of the the equivalent condition across the 2 plates A and B. Is there a way to do more complex searches such as the above in the Lucene index?
We are of course looking at using tags but all our data in this project is in the Screen/Plate/Well format so autotag and tagsearch do not work on that currently.
Thanks,
- Damir