tkhwang / readable

anti-social social bookmark and much more...
5 stars 1 forks source link

✨ (server): Add search feature - search by text in urlInfo #132

Closed tkhwang closed 3 years ago

tkhwang commented 3 years ago

Description

Type of change

Xnip2021-09-23_00-19-29

query {
  allUrlInfosBySearch(searchByTextInAllUrlinfosInput: {
    query: "react"
  }) {
    id
    url
    title
    siteName
    description
  }
}

{
    "data": {
        "allUrlInfosBySearch": [
            {
                "id": "e09520f0-2224-408e-9625-31de46762ba3",
                "url": "https://dev.to/am20dipi/how-to-create-a-form-in-react-using-bootstrap-3c52",
                "title": "How To: Create A Form in React Using Bootstrap",
                "siteName": "DEV Community",
                "description": "Today we will be exploring form building in React using React Bootstrap.   This will be a simple..."
            },
...

Further to-do lists

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/tkhwang/readable/BiqjPi4pRxeuAmuyKab4huMyouXW
✅ Preview: https://readable-git-feat-server-0921-search-tkhwang.vercel.app