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

An empty query string in the config stops other sample query text #15

Open
afs opened this issue Aug 14, 2014 · 0 comments
Open

An empty query string in the config stops other sample query text #15

afs opened this issue Aug 14, 2014 · 0 comments
Labels

Comments

@afs
Copy link

afs commented Aug 14, 2014

Minor - has easy workaround:

In the configuration object:

 queries: [
  { "name": "Template",
     "query": ""
  },
 { name: "Other" , "query" : "Text" } ]

then clicking "Other" does not insert "Text".

If the empty string is replaced by a string with a space, then all works.

@afs afs added the bug label Aug 14, 2014
@afs afs changed the title An empty query string in th config stops An empty query string in the config stops other sample query text Aug 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant