• Keywords. Does keyword id == 1 mean anything special?#

  • modx@mindspill.net Reply #1, 6 years ago

    Reply
    Hi all.

    When inspecting the database I noticed that the keyword_xref table contains a reference to a keyword ID that doesn't exist in the keywords table.

    keywords:

    +----+---------------+
    | id | keyword |
    +----+---------------+
    | 9 | mindspill.net |
    | 10 | Stephan Dale |
    +----+---------------+

    keywords_xref:

    +------------+------------+
    | content_id | keyword_id |
    +------------+------------+
    | 5 | 1 |
    | 62 | 9 |
    | 50 | 10 |
    | 40 | 9 |
    | 61 | 9 |
    +------------+------------+

    Note the first row. Does keyword ID 1 mean anything special?

    Steph


  • opengeek Reply #2, 6 years ago

    Reply
    This looks like a simple orphaned record; I'll investigate how that might be happening if you would be so kind as to enter a bug report on this.