This website requires JavaScript.
Explore
Help
Register
Sign in
xfnw
/
searpl
Watch
1
Star
0
Fork
You've already forked searpl
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
f10cd8d3fe
searpl
/
create.sql
3 lines
63 B
MySQL
Raw
Normal View
History
Unescape
Escape
use sqlite's FTS5 as the ranking algorithm
2021-10-20 20:41:36 +00:00
CREATE
VIRTUAL
TABLE
indexed
USING
FTS5
(
title
,
url
,
content
)
;
working
2020-12-14 21:59:16 +00:00
Reference in a new issue
Copy permalink