tsgrp / OpenContent

TSG's Web Services for ECM Repositories
8 stars 4 forks source link

Query Impls - allow client to control attribute case sensitivity #10

Open swanek opened 10 years ago

swanek commented 10 years ago

Currently, by default, DCTMQueryImpl performs all searches case-insensitive and as a like. This can be expensive in large repos. Add an injectable value that determines how the search should be performed depending on attribute field.

gsteimer commented 10 years ago

This is related to this HPI issue: https://github.com/tsgrp/hpi/issues/215

gsteimer commented 10 years ago

Note that the 'like' part of the original comment is not correct - the DCTM query impl does support other operators. Changing the issue title to reflect...