Question
icu4jSortQuery
Hi Paul or anyone else who may have understanding on this,
I have a few questions on this method you created for sorting the query.
1. Since this method was created using icu4j collator, does it mean that the <cfquery> tag for cf doesn't return a correct sorting especially for Farsi where CF doesn't support? Let's assume a certain scenario. What if my db, Oracle, happens to support Farsi. Is it still recommended to use the icu4jSortQuery method? If so, how would this affect the performance especially in the speed?
2. For query of query in CF, this will definitely not return a correct sorting order even if Oracle supports Farsi since query of query in CF is CF level. How can we use the icu4jSortQuery? Or maybe this is not the method to be used, right?
3. Also, correct me if I'm wrong, the icu4jSortQuery is only meant for sorting 1 column?
Thanks.
I have a few questions on this method you created for sorting the query.
1. Since this method was created using icu4j collator, does it mean that the <cfquery> tag for cf doesn't return a correct sorting especially for Farsi where CF doesn't support? Let's assume a certain scenario. What if my db, Oracle, happens to support Farsi. Is it still recommended to use the icu4jSortQuery method? If so, how would this affect the performance especially in the speed?
2. For query of query in CF, this will definitely not return a correct sorting order even if Oracle supports Farsi since query of query in CF is CF level. How can we use the icu4jSortQuery? Or maybe this is not the method to be used, right?
3. Also, correct me if I'm wrong, the icu4jSortQuery is only meant for sorting 1 column?
Thanks.
