module Jekyll::Algolia::Extractor
def self.extract_raw_records(content)
node to index and hierarchy
Public: Extract raw records from the file, including content for each
def self.extract_raw_records(content) AlgoliaHTMLExtractor.run( content, options: { css_selector: Configurator.algolia('nodes_to_index') } ) end