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
This app provides a search interface for the Digital by Default Service Manual.
38
38
That search is exposed at /service-manual/search.
39
39
40
-
####Indexing content
40
+
### Indexing content
41
41
42
42
* Content for search should be placed in JSON files in ```db/index``` eg. ```db/index/service-manual.json``` (this is done during the compilation step that adds the manual content to this repository)
43
43
* The rake task ```rake rummager:index``` will post these to the rummager service for inclusion in an index called 'service-manual'
0 commit comments