Skip to content
  • Benoit Grégoire's avatar
    [ENH,FIX] JSONL export and categorylib SQL rework · d1a28e7c
    Benoit Grégoire authored
    * Add objects::export console command to export objects (currently tracker items and wiki pages are supported) to jsonl format typically used in machine learning systems.
    * Fix search tag striping in WikiText.php to avoid merging and cutting words.
    * Search_Type_Factory_Direct: Revert a8faa104, it was a performance optimisation, but made the reference implementation of the type factory behave very differently for wikitext.  Some potential for regression if code rely of receiving the original tags.
    * Rework the sql queries in categlib.php to allow further genaralisation and abstraction.  Fixes some duplacated values bugs, but has regression potential if some now aggregate columns were relied upon by code using the raw rows.
    d1a28e7c