Sha256: 9ced6b31caf7f08b756bd6c0642a24000654b7092ec40eef86abf5576a7023ee
Contents?: true
Size: 744 Bytes
Versions: 17
Compression:
Stored size: 744 Bytes
Contents
# Use this file to configure the search indexes for your site # In an index definition you can exclude and include things to index # by type, by ID or UID or by position in page tree. # # You can have as many indexes as you need. # # Additional control over what appears in each index is provided in # the field definitions. See the documentation there for more details. # # Site.index :blog do # include_types :BlogPost, "Text" # exclude_types :Image, Video # language :english # include_pages "> #blog", 99 # exclude_pages ">= /blog/archives", "#search_results", 23 # end # # To create an index purely for tags, specify the index here # and then include only the tag field in the values to be indexed # # Site.index :tags do # end
Version data entries
17 entries across 17 versions & 1 rubygems