kbase / relation_engine

Repository containing the KBase Relation Engine API, specs, and other related files.
MIT License
3 stars 11 forks source link

Special Chars for Fulltext Search #103

Closed n1mus closed 2 years ago

n1mus commented 2 years ago

For changes to the codebase:

The FULLTEXT search has some special escape characters, e.g., ,, +, -, |, :, ", '. Add some tests for any special character that has not already been tested and exists in a ncbi_taxon sciname. (Note this is a bare minimum test, because the search could behave differently within a vaster collection of scinames, and depending on the syntax context of the special escape char.)