You can access search results via JSON API by adding format=json
to your query:
https://codesearch.val.run/$1?q=database&page=1&format=json
For typeahead suggestions, use the /typeahead
endpoint:
https://codesearch.val.run/typeahead?q=database
Returns an array of strings in format "username" or "username/projectName"
Found 5445 results for "database"(754ms)
45The directory is a simple
6database of Date Me Docs. Date Me Docs are long-form, earnest dating profiles for romantic partners.
7[Learn more here](https://dateme.directory/faq).
89## Todos
1011- [ ] Make the SQLite database forkable and build a widget/workflow for that, ie fix @stevekrouse/dateme_sqlite
12- [ ] Require an email (that isn't shared publicly)
13- [ ] Verify the email address with a "magic link"
345}
346} catch (e) {
347console.error("Database error:", e);
348await email({
349subject: "Date Me Doc Submit Error: " + body["Name"],
383);
384};
385// Database migration to add UserEmail column if it doesn't exist
386async function ensureUserEmailColumn() {
387try {