Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

WIP: Reworking search for v2.3.0 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

acorncom
Copy link
Contributor

@acorncom acorncom commented May 19, 2016

  • updated to use revised search index, facet filters and api key as seen in emberjs/guides@73a1aa1
  • needs CSS redone
  • needs search HTML reworked across all pages
  • address all TODOs

this.available = available.sort(compareVersions).reverse();

// @TODO: have to work through how this gets populated when we're using a global js include on an older version of Ember
this.current = 'CURRENT_REVISION_WILL_APPEAR_HERE_WHEN_DEPLOYED';
Copy link
Contributor Author

@acorncom acorncom May 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our current window.GUIDE_VERSIONS hard-codes current. Seems like we'd need to pull it from the URL of the page we're looking at instead if we're going to be using this globally ...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe a relative src in a script tag?

@acorncom
Copy link
Contributor Author

Reopening, we were just testing things

@acorncom acorncom reopened this Jul 14, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants