componentjs / component

frontend package manager and build tool for modular web applications
https://github.com/componentjs/guide
MIT License
4.55k stars 304 forks source link

Component removed from wiki but still in component-search results #284

Closed mattcg closed 11 years ago

mattcg commented 11 years ago

The component ftlabs/delegate was removed from the wiki list page a few weeks ago and replaced with ftlabs/dom-delegate after the repository was renamed.

Run the following:

component search delegate

The results will contain:

ftlabs/delegate
url: https://github.com/ftlabs/delegate
desc: Create and manage a DOM event delegator.
★ 5

...but not the new repository.

Running this however:

component search dom-delegate

...returns one result with the new component:

ftlabs/dom-delegate
url: https://github.com/ftlabs/dom-delegate
desc: Create and manage a DOM event delegator.
★ 7
tj commented 11 years ago

and the wiki url is for sure correct? we completely remove the data from redis each 15 minutes so it should mirror what's there

tj commented 11 years ago

actually you know what, we dont remove them all! I lied haha, we should though, not sure how I missed that, I was leaving some keys in for stats etc so there's no flushdb right now

mattcg commented 11 years ago

Yes, the URL in the wiki is correct.

tj commented 11 years ago

fixed, the search index and components are removed first

mattcg commented 11 years ago

Excellent, thank you.