You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.
Create a method for a search engine to use, for instance, the blob template for each template, but a custom one, say, my_search for the search_form. (Right now, you'd have to create a custom search_form/my_search.template, query_builder/my_search.js, detail_view/my_search.template, and list_view/my_search.template even if you only wanted to customize one.)
The text was updated successfully, but these errors were encountered:
if you wanted only one or two templates to be special and use existing ones for others.
now that this is set thru google spreadsheets, solving it will be a little different, maybe a third Spreadsheet sheet that overrides the data_type column in the first sheet (and that joins on index_name like the sample searches one does).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Create a method for a search engine to use, for instance, the
blob
template for each template, but a custom one, say,my_search
for thesearch_form
. (Right now, you'd have to create a customsearch_form/my_search.template
,query_builder/my_search.js
,detail_view/my_search.template
, andlist_view/my_search.template
even if you only wanted to customize one.)The text was updated successfully, but these errors were encountered: