▼  Site Navigation Main Articles News Search  ▼  Anime + Manga Anime Reviews Anime Characters Gallery Screenshots Manga Reviews  ▼  Misc Links to Webcomics Bible Quotes About Older Musings
site version 7.3
older
newer

1/12/10
Tuesday 1:13am


Date Posted:
1/12/10

I have made a lot of progress tonight.  Now is a good stopping point.  In short the checkboxes do not work yet, but much of the framework for them has been set up.  Somewhere around 40% of the framework I would say.

Here is what I have learned about this bug.  Results are not displayed if any aspect of the result contains a NULL value.  For example if no rating was given for an anime review, or if a memo blog has no image stored in the database, which is the case with most of the older memo blogs, the result will not be displayed.

Here is an example of the old query:
CODESELECT ID, summary, image FROM memoblog WHERE (lcase( concat(cast(ID as char), summary, image)) LIKE '%yoo%' )CODE
here is the revised query:
CODESELECT ID, summary, image FROM memoblog WHERE (lcase( concat(cast(ID as char), summary, IFNULL(image,''))) LIKE '%yoo%' )CODE

The updated query has not been implemented yet either.  Maybe I can finish this update tomorrow.  If I continue on tonight I fear I will do more harm than good.

archives


TAGS: none

All Memo Tags

allegory 1, anime 1, article 6, audio 2, books 3, bug 19, code 1, commercial 1, computer 15, election 2, ereader 5, fixed 11, games 24, hard to remember 1, history 1, keyboard shortcuts 1, links 3, memo blog 1, mini-review 10, moving 2, music 1, mysql 1, news 31, none 1843, opera 69, politics 9, private 15, quotes 1, reformat hard drive 19, sgopc 1, site update 15, site version 205, sleep 3, star wars 2, story 4, swtor 1, texas 1, video 5, website 22, windows 10 1, wishlist 3

copyright 2005–2024