archival-IIIF / server

Archival IIIF server
https://archival-iiif.github.io
MIT License
9 stars 5 forks source link

Implement search API #7

Open Sozialarchiv opened 6 years ago

Sozialarchiv commented 6 years ago

Parameters for the beginning:

Maybe later:

Sozialarchiv commented 6 years ago

@kerim1

Part of the viewer, rather than a server side API?

The viewer sends a request to the Server. Somethink like https://example.com/search/node_id/searchphrase.

So we have to define the parameters (url) the server api accepts.

kerim1 commented 6 years ago

What I meant was, can't we just let the viewer resolve the search query, rather than have the server resolve it?

Sozialarchiv commented 6 years ago

The viewer will send the search query to server. Somethink like https://example.com/search/node_id/searchphrase.

The server will process the query and send the results as json back.