Hi, I saw from earlier messages that there is a function 'fn:lower-case' to allow searches to be done by making search criteria lower case, but I need something a bit less constrained. We have data in a repository that has a title with case, and an input box that our users can input values to search on (for said title). They may not be sure of the case of the title, so we need to do a case insensitive search.
ie. Stored as: "The Big Company" Input as: Big company and see a hit in the results. Does jackrabbit support this? Thanks alot! Mark
