Commit graph

6 commits

Author SHA1 Message Date
Lars Olesen
f9b17c6249
Add role to search () 2021-08-08 13:43:31 -04:00
Jim Drury
af772af56f Fixes aria issues on search form ()
* Fixes aria issues on search form
* Swapping aria-label for <label> tag in search
* Removing background gray caused by adding <form> tag to search
* Removing redundant space
* Making form not submit if key is enter

Close 
2019-07-17 16:05:50 -04:00
Denver Prophit Jr
3f1f7da5c8 Improve search input semantics ()
* Update search_form.html

Updates Issue  by adding the correct input type and aria label.

* update search_form.html

should be area-placeholder. My mistake. Updates Issue 

* fix aria-placeholder

Updates issue  with a typo found by @mmistakes for liquid syntax.

Close 
2019-04-09 21:20:35 -04:00
Eric Fung
f4f6e32cc3 Fix function name for Google Custom Search ()
fbafe58e40b1bd4a2628aef1eb5955ab57dcfaf4 renamed the function in the
scripts file, but did not rename the call sites.
2018-12-03 08:38:33 -05:00
user414
3a817c2bdb Implement feature google custom search support. ()
Implement feature  google custom search support. For now we only support the look and feel "results only" and the engine must be set to use that layout. Add a google section to the search providers and search_form and search layout.

Close 
2018-05-15 14:42:10 -04:00
Michael Rose
acdd3443de
Add Algolia search provider ()
* Support Lunr and Algolia search providers
* Document search providers and configuration
* Update CHANGELOG and history

close 
2018-02-16 14:20:42 -05:00