Skip to content

INDEX.js

  • Implement Basic indexing / optimization for container.meta.description and container.tags
  • The INDEX is where caches are stored. Its a central point for accessing data in the model rather than just pinging a search off of the parent container.
  • An index should have a top level searchinput that passes its query downwards to containerindex(es) and formpostindex(es)
  • You can create custom INDEX(es) for specific types of searches (ie: search by tag, search by description etc)
  • clean up method calls from thumbnails See CLASSINDEX line 197