|
Jon (LabKey DevOps) responded: |
2017-03-07 01:05 |
Hi Scott,
Looking at the code, it actually appears that it focuses on whether the search functionality searches across all columns or not.
So if you return TRUE, it allows it to search across all columns, otherwise a FALSE limits the search to only one specific column you designate.
Regards,
Jon |
|
Nick Kerr responded: |
2017-03-07 09:52 |
Hi Scott,
Yes, Jon is correct. Up until 16.3 all of our filtering operations were "column-wise", meaning they were associated with a specific column on which to perform the operation. In 16.3 we introduced a couple of new filters that operated on a table rather then a column, these are "table-wise".
I assume your self-defined types are "column-wise" so you can return false for isTableWise().
Thanks,
Nick |
|
slangley responded: |
2017-03-07 10:07 |
Thanks for the info.
Scott |
|
|
|