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

Allow variables in url #57

Merged
merged 5 commits into from
Aug 13, 2019
Merged

Allow variables in url #57

merged 5 commits into from
Aug 13, 2019

Conversation

alexbrazier
Copy link
Owner

Closes #56

Variables in the format {{$1}}, starting at 1 and incrementing, will be replaced with parameters in the key, split by /.

e.g. test/param1 with the url http://test.com/{{$1}} will take you to http://test.com/param1

image

@alexbrazier alexbrazier merged commit c8ef703 into master Aug 13, 2019
@alexbrazier alexbrazier deleted the url-variables branch August 13, 2019 07:21
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

Successfully merging this pull request may close these issues.

Allow params to be used in the search term
1 participant