ipfs-search / ipfs-search-api

Microservice for searching the ipfs-search.com Elasticsearch index.
GNU Affero General Public License v3.0
14 stars 8 forks source link

Consider not returning hash as title (when no title available) #6

Closed dokterbob closed 4 years ago

dokterbob commented 5 years ago

Allows for better handling of items without a title in the frontend.

dokterbob commented 4 years ago

@vandrongelen @madnificent The API now returns null where no title is found, instead of the hash.

In addition, it now also returns up to 5 references.