SQLite Forum

FTS5 rows not searchable with match
Login
Is:

```
CREATE TRIGGER __item_search_ai INSTEAD OF INSERT ON item_view BEGIN INSERT INTO item_view(...
```

correct, or should it – to match the other triggers – be `...INSERT INTO item_search(...```?