Will adding FULLTEXT to a few opencart database columns potentially break my site?
Posted: Tue Jan 11, 2022 8:37 am
Hi,
Will adding fulltext index to opencart database break anything?
I'd like to do this:
ALTER TABLE oc_product_description
ADD FULLTEXT(name, description)
Will this potentially break anything on opencart? It's a big opencart 2.3 site (30k items) with a bunch of plugins, etc. I'm going to add a custom search, but the last thing I want to do is break something.
thanks!
Will adding fulltext index to opencart database break anything?
I'd like to do this:
ALTER TABLE oc_product_description
ADD FULLTEXT(name, description)
Will this potentially break anything on opencart? It's a big opencart 2.3 site (30k items) with a bunch of plugins, etc. I'm going to add a custom search, but the last thing I want to do is break something.
thanks!