I am testing a change to the attribute server code, so attributes on the Development Server will be unpredictable for a while. The idea is to permit full-text searching on attribute keys and values. Here is the plan.
- Update the attribute DBD to support full-text searching. This includes creating a searchable keyword field in the HasValueFor table. The keyword field will contain a cleaned copy of the key name and value.
- Update CustomAttributes.pm to support the new searchable field.
- Reload the development server's test attribute database.
- Test adding and deleting attributes.
- Test the performance of the ev_code_cron job in the new environment.
- Convert the FIG.pm text search to use the new attribute-searching method.
- Add the new attribute-searching method to the XMLRPC support module.
- Move the changes to the real attribute server.
Leave a comment