-
Fixed the filtered vocabulary access
-
Fixed Coding Style errors
-
Fixed the pages number showing in the first reusult
-
Retrieving only content for allowed content types
-
Added functional tests for the contentapi_taxonomy_vocab module
-
Load the vocabulary... NOT THE TERM!
-
Changed the search term for the vocab from term to vocab It should have been vocab_search from the beginning
-
Services was looking for the type key for the arguments This fix stops a notice from being thrown
-
Fixed the count and pages elements in the first response item During testing, the count was showing way more than it should have been. While researching, it was due to the fact that it was getting a lot of the node IDs multiple times. Also the total pages were off because the number was having 1 subtracted from it. The value was then displaying the value of the last page that the UI would show instead of the actual of number of pages with data.
-
Cleaned up the search part a little better I believe the following line was throwing notices: $search_sql = ($search_query) ? $search_query : ''