We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eedcc7 commit 7f3d7f5Copy full SHA for 7f3d7f5
_includes/api-template.html
@@ -11,7 +11,7 @@
11
{% if method.disabled %}
12
<li class="warning"><strong><small>Disabled</small></strong></li>
13
{% endif %}
14
-{% assign keywords = method.api_method | split: '.' | split: '_' | join: ' ' | last | keywordify | escape %}
+{% assign keywords = method.api_method | split: '.' | last | split: '_' | join: ' ' | keywordify | escape %}
15
{% assign search_url = '/search/?q=' | append: keywords %}
16
<li class="info"><strong><small><a href="{{ search_url | relative_url }}">Related <i class="fas fa-search fa-xs"></i></a></small></strong></li>
17
0 commit comments