gtalarico / revitapidocs

Online Revit API Documentation: 2015, 2016, 2017, 2017.1, 2018
http://www.revitapidocs.com
33 stars 20 forks source link

404 page on Autocomplete click from landing page #130

Closed gtalarico closed 6 years ago

gtalarico commented 6 years ago

~Selecting RemoveAddInCommandBinding on the landing page search 'Something Went Wrong -- 404: Not Found'.~

Update

Looks like ALL autocomplete hits are going 404 when coming from the landing page search bar. Autocomplete vendor ~must have~ changed code on their end. Year prefix is not being added to the url.

Cause

Api change on Constructors.io autocompletion api. The autocomplete api used to supportan option which would prefix the result url so the user would go directly to the target year, as selected in the dropdown. This option was not public/documented and was removed w/out notice.

Workaround

Search from one of the api years: Revitapidocs.com/2018/

Fix

I have a working patch for this, I try to deploy it sometime weekend.