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

Expose search endpoint via our web api #538

Closed
humphd opened this issue Jan 14, 2020 · 1 comment · Fixed by #808
Closed

Expose search endpoint via our web api #538

humphd opened this issue Jan 14, 2020 · 1 comment · Fixed by #808
Assignees
Labels
area: back-end area: web server Issues related to the web server type: enhancement New feature or request

Comments

@humphd
Copy link
Contributor

humphd commented Jan 14, 2020

What would you like to be added:

We need to expose search via our service API. In the simplest case, this could mean doing something like ?q=searchTerm. This should return the posts that we have which match that search.

Here are some things to research:

At first, we don't need a lot of complex criteria for this, and it can evolve over time.

Why would you like this to be added:

We're adding full-text indexing and search in #537. This will expose it to our frontend as a service.

@humphd
Copy link
Contributor Author

humphd commented Jan 14, 2020

I'm unclear how to expose this as part of graphql. That might need another issue.

@manekenpix manekenpix assigned miggs125 and unassigned manekenpix Jan 27, 2020
@c3ho c3ho assigned c3ho and unassigned miggs125 Mar 4, 2020
c3ho added a commit to c3ho/telescope that referenced this issue Mar 6, 2020
c3ho added a commit to c3ho/telescope that referenced this issue Mar 11, 2020
c3ho added a commit to c3ho/telescope that referenced this issue Mar 20, 2020
@c3ho c3ho closed this as completed in #808 Mar 20, 2020
c3ho added a commit that referenced this issue Mar 20, 2020
Fixes #538 Expose search endpoint via web api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: back-end area: web server Issues related to the web server type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants