node
node copied to clipboard
Search for Works
The node should allow searching for Works.
GET /works?attribute.content=
Now that content is being stored in an IPFS file, we can't search from the DB any longer.
How about searching on multiple parameters like author, tags, name, hash, public key, etc.?
It'll be way more complicated, and require its own special infra. Unless @wdavidturner thinks we should go that way, let's park this for now.
We'll have to look at it, but it's not now. There should be some pretty straightforward and basic options here to give us enough support. Could be as easy as slapping solr on mongodb (there's even hosted versions of solr available. i've used https://www.websolr.com/ as an example).