I added more functionality to the "<PropertyIsLike>" filter. The main
difference is that it will send the Like query off to the PostGIS
database so it can use an index. The old behavior was to process it
entirely in Java.
1. Improved the SAX parser
2. Added function to take an OGC "like" -> SQL92 "like"
3. added code to SQLEncoder that would handle LikeFilter
4. Added support in postgis
5. added test cases for #2
For other DB-based datastores, all you should have to do is add:
capabils.addType(AbstractFilter.LIKE);
To the filter capabilities of your DB-based datastore.
TEST TEST TEST
dave
ps. this is in 2.2 and 2.1.x
----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/