• Resolved nando4

    (@nando4)


    I have keywords “Node Lite” and “AKiTiO Node” listed in that order in AAL.

    When AALs sees “AKiTiO Node Lite” on webpages, it substitutes in the link for “AKiTiO Node” rather than “Node Lite”. It appears evaluation order is based on alphanumeric order of keyword.

    Can this be changed to be order of keyword appearance? So “AKiTiO Node Lite” would link “Node Lite” in this example.

    • This topic was modified 5 years, 9 months ago by nando4.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter nando4

    (@nando4)

    commenting out the following string changes keyword substitution (for the most part) to follow the CSV imports feed from bottom to top, left to right.

    uasort($allkeys, 'aal_keyscmp');

    There are still some anomolies where need to move some lines above others in the DB directly to get them to fire first.

    I am at a loss as to how to exactly order the CSV file keywords to exactly set the keyword firing order without needing such manual intervention.

    Can you help get this sorted?

    Thread Starter nando4

    (@nando4)

    Fixed it so the keywork firing order after a clean out of all aalinks, then a CSV import, is now top-to-bottom. Each row is processed left-to-right. Done by:

    1. comment out ‘uasort($allkeys, ‘aal_keyscmp’);’ in aal_engine.php

    2. convert all DB tables from myISAM to INNODB

    Seems somehow the myISAM db caused aalinks to not be read sequentially. INNODB fixes it.

    Issue is closed other than you may consider an option to effectively do the same as commenting out ‘uasort($allkeys, ‘aal_keyscmp’);’

    • This reply was modified 5 years, 9 months ago by nando4.
    Plugin Author Lucian Apostol

    (@thedark)

    Hello.

    Thank you for the suggestion and provided solution. As you noticed, the link priority is set by the length of the keywords.

    I will add an option in General Settings to let users select the desired order: length or added order.

    An individual priority system is planned to come with the next major release, but I can’t tell you when it will arrive.

    Plugin Author Lucian Apostol

    (@thedark)

    Hello. Wanted to let you know that I have added the option to set link priority.

    Thread Starter nando4

    (@nando4)

    Thank you ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘REQ: keyword->link substitution order based on keword appearance order’ is closed to new replies.