module Jekyll::Algolia::Extractor

def self.add_unique_object_id(record)

current content of the record
Public: Adds a unique :objectID field to the hash, representing the
def self.add_unique_object_id(record)
  record[:objectID] = AlgoliaHTMLExtractor.uuid(record)
  record
end