From 94255680b6accb6b0bb71ef689a62756d88de7d0 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 3 Oct 2023 15:06:11 -0400 Subject: [PATCH] typo Co-authored-by: Sandra <56364494+skuo-gh@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5910958b..481e214f 100644 --- a/README.md +++ b/README.md @@ -575,7 +575,7 @@ The currently implemented features are * :trigram - [Trigram search](http://www.postgresql.org/docs/current/static/pgtrgm.html), which requires the trigram extension * :dmetaphone - [Double Metaphone search](http://www.postgresql.org/docs/current/static/fuzzystrmatch.html#AEN177521), which requires the fuzzystrmatch extension -* :iliek - Basic search using built in ilike operator +* :ilike - Basic search using built in ilike operator #### :tsearch (Full Text Search)