SQLite for beginners: Full Text Search

  Переглядів 5,964

Mycelial

Mycelial

День тому

SQLite has an extension called FTS5, which provides full text search capabilities to your SQLite database.
So, how do you use the full text search features in SQLite?
Watch this short video to learn more.
www.sqlite.org/fts5.html
mycelial.com/#newsletter
/ mycelial
github.com/mycelial
/ discord

КОМЕНТАРІ: 17
@nickang6647
@nickang6647 Рік тому
This is an amazing tutorial - I particularly liked the series of questions and answers format. Thanks James!
@antonioorsatti3270
@antonioorsatti3270 8 місяців тому
I was wondering, does that means the size of the db file is doubled?
@joranmulderij
@joranmulderij 8 місяців тому
Absolutely phenomenal series!
@MrThierriOliveira
@MrThierriOliveira 5 місяців тому
Very high quality content. Congrats!
@eric0793
@eric0793 Рік тому
Really helpful for a biginner, thank you!
@hitori_dev
@hitori_dev Рік тому
Great video! Thanks
@MVMaestro
@MVMaestro Рік тому
Awesome video!
@abhaypatil9210
@abhaypatil9210 3 місяці тому
Awesome. Just Awesome!!
@shadygoat9146
@shadygoat9146 Рік тому
It would be quite nice to have ether a github or a pastebin with the sql written in this video!
@iMajed
@iMajed 6 місяців тому
Thanks :)
@boot-strapper
@boot-strapper Рік тому
im really wondering if you can have fts search across all tables. Like, in my case they are searching for d&d stuff, and wont necessarily know exactly what table to search. Would I want to make a table to has a relation to another table and a blob of text that is the search column?
@Promar22
@Promar22 Рік тому
excellent video! I have some questions: Why do you have to perform a join operation between the virtual and original table if they are always set to be in sync after setting up the triggers? Could you not just query the virtual table directly? How does something like fts5 compare to lucene based search indexes? When would it make sense to use on over the other?
@klipronhoward
@klipronhoward Рік тому
I think the reason for the join is if you want additional information about the movies that are found in the search. For example the year of the movie wouldn't be included in the full text search table so you would be able to select that from the original table.
@kishanb5739
@kishanb5739 2 місяці тому
Does this MATCH do a fuzzy find ? How does the search work?
@bashiry4218
@bashiry4218 26 днів тому
AWESOME!
@Cong_Le
@Cong_Le Рік тому
Thank you!
@jonathanlarsson4608
@jonathanlarsson4608 11 місяців тому
I have a problem with getting a search function to work in my js file: const sql = "SELECT Journal.title AS Journal_title, Article.a_id, Article.title AS Article_title, Article.i_id AS Article_i_id, Article.au_id AS Article_au_id, Issue.number (SELECT GROUP_CONCAT(Author.name, '; ') FROM Journal.title INNER JOIN Issue ON Issue.j_id=Journal.j_id INNER JOIN Article ON Article.title=Journal.title INNER JOIN Author ON Author.au_id=Article.au_id) ORDER BY Issue FROM Article WHERE Author.name LIKE '%" + q + "%'"; According to the command prompt, its a syntax error. What have I done wrong?
SQLite for beginners: Fixing Slow Queries
10:10
Mycelial
Переглядів 4,3 тис.
SQLite For Beginners: Journal Modes
16:06
Mycelial
Переглядів 9 тис.
Pimple High frequency electrotherapy
00:35
승비니 Seungbini
Переглядів 33 млн
Когда стал самым умным
00:13
Double Bubble
Переглядів 15 млн
SQLite For Beginners: Indexes, beyond the basics
9:32
Mycelial
Переглядів 6 тис.
Full Text Search PostgreSQL
18:13
Ben Awad
Переглядів 68 тис.
Creating a search catalog in PostgreSQL using full text indexing
14:05
SQLite for beginners: Vacuuming
8:52
Mycelial
Переглядів 2,6 тис.
SQLite for beginners: Datatypes
8:38
Mycelial
Переглядів 2,8 тис.
PostgreSQL Full Text Search Tutorial
14:12
Redhwan Nacef
Переглядів 6 тис.
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
Decomplexify
Переглядів 1,6 млн
SQLite and the N+1 (no) problem
8:30
Mycelial
Переглядів 5 тис.
SQLite is enough
5:58
Martin Baun
Переглядів 869
Раздолбил телефон в хлам 😱📱
0:33
~Edita Neverlon~
Переглядів 20 тис.
Начали делать пол в пристройке// WD-40 своими руками
29:17
Деревенское счастье
Переглядів 77 тис.
iPhone 15 в реальной жизни
20:03
HUDAKOV
Переглядів 583 тис.