[ckan-changes] [ckan/ckan] cfff60: Allow vocabulary_id in /api/2/util/tag/autocomplete

Adrià Mercader noreply at github.com
Tue Nov 12 12:08:36 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: cfff60e062e597affd23ff8593dc74f16feb0511
      https://github.com/ckan/ckan/commit/cfff60e062e597affd23ff8593dc74f16feb0511
  Author: howff <3064316+howff at users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M ckan/views/api.py

  Log Message:
  -----------
  Allow vocabulary_id in /api/2/util/tag/autocomplete

/api/2/util/tag/autocomplete is still used by scheming (for example) but only autocompletes from the free text tags. Add an argument vocabulary_id to allow autocompletion from the specified tag vocabulary. The user can then add their own preset to build their schema and UI using it.


  Commit: 1df691fa47275f66f3bb6920a0edf4a8251939e6
      https://github.com/ckan/ckan/commit/1df691fa47275f66f3bb6920a0edf4a8251939e6
  Author: howff <3064316+howff at users.noreply.github.com>
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
    M ckan/views/api.py

  Log Message:
  -----------
  Prefix string literals with u


  Commit: 345df2be9de0d18ea1ad8e54ee953fc6d94f80c0
      https://github.com/ckan/ckan/commit/345df2be9de0d18ea1ad8e54ee953fc6d94f80c0
  Author: Adrià Mercader <amercadero at gmail.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M ckan/views/api.py

  Log Message:
  -----------
  Merge pull request #5071 from howff/patch-1

Allow vocabulary_id in /api/2/util/tag/autocomplete


Compare: https://github.com/ckan/ckan/compare/74560cb6d19c...345df2be9de0


More information about the ckan-changes mailing list