Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Search column join groups and labels #31

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

hayden-t
Copy link

Now joined columns go in their respective join titled array, to get around columns with same names from different joins clashing.

Also (more for saved searches), a column assigned a label will override its default name, useful for preserving multiple same type formula columns.

Now joined columns go in their respective join titled array, to get around columns with same names from different joins clashing.
Also (more for saved searches), a column assigned a label will override its default name, useful for preserving multiple same type formula columns.
Now joined columns go in their respective join titled array, to get around columns with same names from different joins clashing.
Also (more for saved searches), a column assigned a label will override its default name, useful for preserving multiple same type formula columns.
I decided i need to keep conformity with the way the API returns variables rather than how this library has been specifying them (all lower case)
Also a note, to really make things similar all the non-joined fields should be in a ['basic'] named array
really they should/could be merged....
@hayden-t
Copy link
Author

hayden-t commented Apr 24, 2017

Also a note, to really make things similar all the non-joined fields should be in a ['basic'] named array, but it would break existing implementation... But make it easier for migrations to from say eg php api. Maybe an as an option.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant