I was trying out the Search API integration and it just doesn't seem to be indexing text. I've written a patch which does pass fields of type text to index_text() and fixed the problem for me. I am new to Xapian so this could be an oversight on my end!
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | search-api-xapian-index-text-1159484-1.patch | 585 bytes | JoeMcGuire |
Comments
Comment #1
JoeMcGuire commentedPatched attached to pass fields of type text to
$indexer->index_text()Comment #3
marvil07 commentedI have added a slightly modified version of the last patch.