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

Produce one filter box above the event list per (view) menu block in the left column #34

Closed
bleibson opened this issue Jan 31, 2014 · 1 comment

Comments

@bleibson
Copy link
Member

If I select filters from two different groups, the x-outs are mingled above the events. Better to have a line of x-outs per group, a la San Diego.

@spartanicus
Copy link
Member

That's the plan. What you currently see is stage one: output an arbitrary number of menu blocks. Stage two: have them each generate a separate filter box that (by default) work in concert like so:

(FILTERBOX1: this or that) and (FILTERBOX2: this or that)

if a query is also included, we add

(QUERYFILTER) and (FILTERBOX1: this or that) and (FILTERBOX2: this or that)

Later versions may allow an advanced mode in which arbitrary boolean expressions may be built by the user.

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

No branches or pull requests

2 participants