express data storage
Permalink 1 user found helpful
anybody know where express stores its data?
I thought i had it but changes there have no effect. (entityname)ExpressSearchIndexAttributes
I was hoping to be able to use PHPmyAdmin to add a large quantity of records to an express entity via a CSV file. Really not wanting to write code to import the file and do the adds programmatically. I think I have the skills to do it, but not very quickly.
I thought i had it but changes there have no effect. (entityname)ExpressSearchIndexAttributes
I was hoping to be able to use PHPmyAdmin to add a large quantity of records to an express entity via a CSV file. Really not wanting to write code to import the file and do the adds programmatically. I think I have the skills to do it, but not very quickly.
It creates a new database table. You've entered a new for your Express object, your database table looks like it (with Express in it).
thing is i found the entitynameExpressSearchIndexAttributes table which is a full copy of the records.
However edits and deletions to this table have no effect on the displayed data. I removed the entries I had and added others and the originals were still displayed on the front end.
However edits and deletions to this table have no effect on the displayed data. I removed the entries I had and added others and the originals were still displayed on the front end.
Hi! Did you get anywhere with finding this?