mirror of
https://github.com/jimeh/suggest_results.git
synced 2026-02-19 04:46:39 +00:00
initial commit
This commit is contained in:
6
example.json
Normal file
6
example.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{title: "hello", url: "/hello", match: "hello dude"},
|
||||
{title: "world", url: "/world", match: "world dude"},
|
||||
{title: "foo", url: "/foo", match: "foo dude"},
|
||||
{title: "bar", url: "/bar", match: "bar dude"}
|
||||
];
|
||||
Reference in New Issue
Block a user