Loading...
 
Features / Usability

Features / Usability


Search does not index articles

posts: 7 India

Hi
I upgraded to Tiki11.x

I am finding that the search result is only showing results from the wiki page/blogs etc but not from articles.
I tried debugging my setting the search engine to MySql full text search and switching of unified search.

But no difference.

I tried the settings of Search result to select Entire Site, Wiki Pages, Trackers

I tried setting Object filter and Category filter. Searched only in articles but that also did not work.

I have tried so many things that now not sure what to do ?
-sanjeev


posts: 7 India

I checked that the article is published. This is the cut paste.

Mandukya
Author: sanjeev - Published At: 2013-10-15 07:15 - (17 Reads)

The site is online and is free (Somehow it does not display the aritcles for anonymous users...I wish I could do that)

www.upanishad.info

-sanjeev


posts: 7 India

Seems like a bug to me. In the search control panel....

1. Running with basic SQL search only.
When I am running with basic mysql search then the search does not show results from articles. Results are shown from pages, blogs etc.
3 letter words also show no results which is okay since mysql by default does not index them.

2. When I enable Unified search(using Lucene search engine) ONLY, then it shows results from articles but not from anywhere else.

3. When I enable both, then the result is same as 1.

I have cleared the cache and also rebuilt index. I could not see any logs generated with the following commands. Is there a way to debug this ?

(uiserver):u69862163:~/step/upma/tiki > php6 console.php cache:clear
Missing parameter.
X-Powered-By: PHP/5.4.20
Content-type: text/html


(uiserver):u69862163:~/step/upma/tiki > php6 console.php index:rebuild --log
Started rebuilding index...
Rebuild in progress.
X-Powered-By: PHP/5.4.20
Content-type: text/html


-sanjeev


posts: 7 India

Works in demo.tiki.org.

I have created a page and article and the searched for the word "turiya".
Got 2 hits ...

On my site upanishad.info I get only 1 hit for the page.

I have made the settings for the search identical between the 2 sites.

Attached is the result from upanishad.info. (Some difference since I did not name the page identically).

-sanjeev



posts: 7 India

I think I found the problem.
In the article i had created a "Topic", thingking that I could categorize article so that it would help the search engine.

However that prevents the search from indexing the article. I have tried it on the demo server and the same issue.

If i change the Topic to "None" then I am getting the search results from the article.

So the question boils to "what does topic mean for article ?"

-sanjeev