Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse categories correctly (they are often comma-separated). #5

Open
kfogel opened this issue May 16, 2017 · 1 comment
Open

Parse categories correctly (they are often comma-separated). #5

kfogel opened this issue May 16, 2017 · 1 comment

Comments

@kfogel
Copy link
Member

kfogel commented May 16, 2017

Category columns often include multiple categories, separated by some delimiter (usually a comma).

Right now we're treating the entire content of a category cell as one big category. Instead, we should parse it and apply all of the resultant categories. This may involve adding a new cat_delim config option, defaulting to comma.

@kfogel
Copy link
Member Author

kfogel commented May 16, 2017

Based on OpenTechStrategies/torque-sites#19, this may be a non-issue. Leaving it open for now, but it may get closed with no further action once we confirm.

It could still be a nice feature, but let's wait until some real-world user is actually asking for it.

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

No branches or pull requests

1 participant