Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement search API #7

Open
Sozialarchiv opened this issue Apr 30, 2018 · 3 comments
Open

Implement search API #7

Sozialarchiv opened this issue Apr 30, 2018 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@Sozialarchiv
Copy link
Contributor

Parameters for the beginning:

  • current node
  • search string

Maybe later:

  • creation data
  • file type
@Sozialarchiv
Copy link
Contributor Author

Sozialarchiv commented Apr 30, 2018

@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.

@Sozialarchiv Sozialarchiv added the enhancement New feature or request label Apr 30, 2018
@kerim1
Copy link
Contributor

kerim1 commented May 14, 2018

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

@Sozialarchiv
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants