Quote:
Originally Posted by tekwrite
Too BAD the docs dont seem to tell you that!! All of their examples are of non custom field searhces so how are we supposed to know about the "#" sign?
|
The really, really really subtle part right here:
Quote:
Series indices are searchable. For the standard series, the search name is ‘series_index’. For custom series columns, use the column search name followed by _index. For example, to search the indices for a custom series column named #my_series, you would use the search name #my_series_index. Series indices are numbers, so you can use the relational operators described above.
|
Also keep in mind that custom columns
always have a "#" at the beginning of their canonical name...
EDIT: Ninjaed!