I'm trying to do do a full text search on my database using CATSEARCH. The fields I'm searching thru are ARTICLE_NAME, ARTICLE_DESCRIPTION, ARTICLE_KEYWORD.
The fields aren't huge so that's why I decided to go with a catalog search. I'm trying to get my query results to order by a hitlist. I'm trying to use SCORE to establish this hitlist. The below article mentions that SCORE operator can be used with CATSEARCH, but I can't find any examples of SCORE being used with CATSEARCH. All the examples use CONTAINS.
Does anyone know of a syntax I can use to accomplish this?
The fields aren't huge so that's why I decided to go with a catalog search. I'm trying to get my query results to order by a hitlist. I'm trying to use SCORE to establish this hitlist. The below article mentions that SCORE operator can be used with CATSEARCH, but I can't find any examples of SCORE being used with CATSEARCH. All the examples use CONTAINS.
Does anyone know of a syntax I can use to accomplish this?