Hi, we're using Webinator, and through the dowalk admin have set Meta in the Index fields section...which should index Meta,
but if I run this on the command line:
texis -d <path/to/db> -s "SELECT Meta from html where Meta LIKE 'Grants'" > out
I get:
115 Query 'Grants' would require linear search
the meta field for one record has
Category: Grants
Cost: 1.55
Alphabet: A
Suitability: Technical, Public
ThumbImage: thumb_edinburgh01.jpg
ISBN: 1234
Language: English
LargeImage: grants-content-image-campbeltown.jpg
Author: George Bowie
CreationDate: 2003-09-11 14:57:53
...
so it should find something, and it should be indexed.
Do I need to reindex?
but if I run this on the command line:
texis -d <path/to/db> -s "SELECT Meta from html where Meta LIKE 'Grants'" > out
I get:
115 Query 'Grants' would require linear search
the meta field for one record has
Category: Grants
Cost: 1.55
Alphabet: A
Suitability: Technical, Public
ThumbImage: thumb_edinburgh01.jpg
ISBN: 1234
Language: English
LargeImage: grants-content-image-campbeltown.jpg
Author: George Bowie
CreationDate: 2003-09-11 14:57:53
...
so it should find something, and it should be indexed.
Do I need to reindex?