Andreas Jung wrote:
--On Mittwoch, 8. Dezember 2004 16:41 Uhr +0100 Garito <garito@sistes.net> wrote:
Hi Can I get uniqueValues of a search?
What should that mean?
-aj
Hi Andreas I have an index called labels (for example) I would like to know the uniqueValues of labels for a query instead of all uniqueValues for this index Is this possible? Thanks!!!
--On Mittwoch, 8. Dezember 2004 16:55 Uhr +0100 Garito <garito@sistes.net> wrote:
Andreas Jung wrote:
--On Mittwoch, 8. Dezember 2004 16:41 Uhr +0100 Garito <garito@sistes.net> wrote:
Hi Can I get uniqueValues of a search?
What should that mean?
-aj
Hi Andreas I have an index called labels (for example) I would like to know the uniqueValues of labels for a query instead of all uniqueValues for this index Is this possible?
You mean all unique values as returned from the query? You have to iterate over all results after the query in this case. -aj
Andreas Jung wrote:
--On Mittwoch, 8. Dezember 2004 16:55 Uhr +0100 Garito <garito@sistes.net> wrote:
Andreas Jung wrote:
--On Mittwoch, 8. Dezember 2004 16:41 Uhr +0100 Garito <garito@sistes.net> wrote:
Hi Can I get uniqueValues of a search?
What should that mean?
-aj
Hi Andreas I have an index called labels (for example) I would like to know the uniqueValues of labels for a query instead of all uniqueValues for this index Is this possible?
You mean all unique values as returned from the query? You have to iterate over all results after the query in this case.
-aj
Ok, thanks Andreas
participants (2)
-
Andreas Jung -
Garito