Terence Chang Photography

MySQL 4.0 Fulltext search

March 20, 2007 12:33 pmTerence Chang

Now FindyPages.com has added the fulltext search features for searching pages. It creates a better search results on page keywords, page description, page name and page url.

However, as far as I can tell that MySQL 4.0 is having some restriction on the fulltext search.

Restrictions

A few restrictions affect MySQL

1
FULLTEXT

indices. Some of the default behaviors of these restrictions can be changed in your my.cnf or using the

1
SET

command.

  • 1
    FULLTEXT

    indices are NOT supported in InnoDB tables.

  • MySQL requires that you have at least three rows of data in your result set before it will return any results.
  • By default, if a search term appears in more than 50% of the rows then MySQL will not return any results.
  • By default, your search query must be at least four characters long and may not exceed 254 characters.
  • MySQL has a default
    1
    stopwords

    file that has a list of common words (i.e.,

    1
    the

    ,

    1
    that

    ,

    1
    has

    ) which are not returned in your search. In other words, searching for

    1
    the

    will return zero rows.

  • According to MySQL’s manual, the argument to
    1
    AGAINST()

    must be a constant string. In other words, you cannot search for values returned within the query.

select count(members_pages.pageid) as record_count
from members
inner join members_pages on members.memberid = members_pages.memberid
where members.status_access = 1
and members_pages.status_access = 1
and members_pages.status_viewable_by = 1
and (
MATCH(members_pages.page_name, members_pages.page_keywords, members_pages.page_desc, members_pages.page_url) AGAINST (‘” . trim(strtolower(addslashes($keywords))) . “‘ IN BOOLEAN MODE)
or lower(members_pages.page_url) like ‘%” . trim(strtolower(addslashes($keywords))) . “%’)”;

Find Your pages on Blogger

March 19, 2007 3:13 pmTerence Chang

Now Find my pages gets new blog. It’s on blogger.com, a wonderful free service provided by Google.

It’s going to be the blog that will introduce the pages list on FindMyPags.com. It’s the broadcast network that share friends’ web pages to the world. They have free page listing and free broadcast network. You just download a small piece of search engine friendly javascript. It will broadcast your web pages.

It’s just that easy. As they said!

FindMyPages.com – A broadcast network for pages

March 16, 2007 8:47 pmTerence Chang

Just signup FindMyPages.com – a broadcast network for pages. It’s pretty promising that it will increase your web site traffice. It’s not another SEO, page listing or web directory web site. It’s for people to sharing their web pages. They can make friends and show them how much they love them. It’s a social network for pages as well. A simple badge code inserted into your web site will drive traffice to your web pages.

It’s a new way to share pages with friends and publish pages links with search engine friendly javascript. Here is my newly created profile.

It’s a free service! You can signup here and add me to your friend list. So we can share the links and benefit each other.

FindMyPages.com – a broadcast networks for pages

March 14, 2007 5:20 pmTerence Chang

Just signup FindMyPages.com – a broadcast network for pages. It’s pretty promising that it will increase your web site traffice. It’s not another SEO, page listing or web directory web site. It’s for people to sharing their web pages. They can make friends and show them how much they love them. It’s a social network for pages as well. A simple badge code inserted into your web site will drive traffice to your web pages.

It a new way to share traffice and build up your search engine page ranking. Wonderful!

Here is my pfofile.

Check it out and add me as friend, so we can share the pages and links. See how the badge works on my site and link to other sites. That is how it works! So simple!

Best of all, it’s FREE!

Sexy Shoes Store – Desire Store – Online Shopping

March 13, 2007 5:30 pmTerence Chang

Just recently look into the sexy shoes store online. There are millions web sites selling the sexy shoes, high heels, exotic sandals, fetish platform shoes, thigh high boos and knee high boots. I am amazed that how many online shoes store are out there. One thing I found about the following site, AngelsDesire.com, is that they are using the open source shopping cart. Many of the sexy shoes online store are using Yahoo’s online store, which is really hard to customize and pricy. Here is one of the examlple:

Sexy Shoes | Thigh High Boots | Exotic Shoes

Related Posts Plugin for WordPress, Blogger...