You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is quite odd -- in some places, mwords highlight, and in others, not. This persists after page refresh. For example:
...
Both of the circled terms are defined in the db:
mysql> select woid, wolgid, wotext, wotextlc, wowordcount from words where wotext like '%importancia%' or wotext like '%con el tiempo%';
+------+--------+-------------------------+-------------------------+-------------+
| woid | wolgid | wotext | wotextlc | wowordcount |
+------+--------+-------------------------+-------------------------+-------------+
| 5023 | 1 | quitándole importancia | quitándole importancia | 2 |
| 5030 | 1 | Con el tiempo | con el tiempo | 3 |
+------+--------+-------------------------+-------------------------+-------------+
2 rows in set (0.01 sec)
If I click and drag on "quitándole importancia", the term actually shows up in the edit window, so the code can find it.
Not sure what other info to attach to this issue :-)
The text was updated successfully, but these errors were encountered:
This is quite odd -- in some places, mwords highlight, and in others, not. This persists after page refresh. For example:
...
Both of the circled terms are defined in the db:
If I click and drag on "quitándole importancia", the term actually shows up in the edit window, so the code can find it.
Not sure what other info to attach to this issue :-)
The text was updated successfully, but these errors were encountered: