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

Column + range messaging for entrymatcher~ #10

Open
rconstanzo opened this issue Oct 8, 2020 · 0 comments
Open

Column + range messaging for entrymatcher~ #10

rconstanzo opened this issue Oct 8, 2020 · 0 comments

Comments

@rconstanzo
Copy link

A suggested improvement for entrymatcher~ would be the ability to query from a starting column and for a given range to making for tidier messaging if you're just trying to find the nearest equal match across a normalized/standardized range of values.

So something like column1 20 % 1. [$1 $2 $3 etc...] to query starting on column one, for two columns, followed by the list of values for the query.

Instead of having column1 % 1. $1 column2 % 1. $2 column3 % 1. $3, etc...

Or an even fancier-pants version would be to have matchers messages be "sticky" or @attributes-y where you can specify the type of query you want (e.g. column1 20 % 1. ) and then just send the values to be queried.

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