TinyPortal

Development => Support => Topic started by: maximx86 on October 11, 2008, 06:59:54 PM

Title: Searching articles
Post by: maximx86 on October 11, 2008, 06:59:54 PM
Hello all

Is it possible to search articles, not just forum?

Title: Re: Searching articles
Post by: bloc on October 11, 2008, 08:40:33 PM
Not at this time. That feature will come, but not until next beta(3).
Title: Re: Searching articles
Post by: maximx86 on October 11, 2008, 08:45:09 PM
That's fantastic!

thanks Bloc
Title: Re: Searching articles
Post by: G6Cad on October 11, 2008, 08:57:18 PM
Solved !
Title: Re: Searching articles
Post by: diegolyanky on December 15, 2008, 01:09:38 PM
What's solved ? ... I can't search on articles :(
Title: Re: Searching articles
Post by: G6Cad on December 15, 2008, 01:14:59 PM
The question is solved, with the reply, no search until a future release of TP
Title: Re: Searching articles
Post by: bloc on January 10, 2009, 07:01:28 PM
TP v1.0 Beta3 is now equipped with search on articles as well.
Title: Re: Searching articles
Post by: G6Cad on January 10, 2009, 07:49:53 PM
solved   :2funny:
Title: Re: Searching articles
Post by: _casper_ on February 05, 2009, 02:42:18 PM
I'm sorry, I probably didn't get... (I'm looking for a new site engine) Is TP v1.0 Beta3 available for downloads (Any dates of release then?), or article search is still under testing but not ready for everybody. Or any previous versions include article search?

Thank You!
Title: Re: Searching articles
Post by: Petee on February 05, 2009, 03:02:04 PM
Its not available to the public, yet.  No previous versions include it. Beta3 should be available soon, when Bloc is ready to release it.  If you will notice, he has been very active lately in the bugtracker fixing bugs. So, maybe thats a good sign...   :P
Title: Re: Searching articles
Post by: USO_Joe on June 22, 2011, 09:05:26 PM
I'm using 2.0 and I still can't search articles.
Title: Re: Searching articles
Post by: IchBin on June 22, 2011, 10:07:22 PM
There's a separate link on the search page that allows you to search articles. Searching articles is not included in the forum search.
Title: Re: Searching articles
Post by: wildenborch on July 18, 2011, 12:39:36 PM
Hi Ichbin,

I wonder if search article fuction is working at all.
I just tried it with my own sites but also on this site and my search did not show any result.
I searched for "Tinyportal"  !!!

So I think there is an error in the search function.

Wildenborch

Title: Re: Searching articles
Post by: Ken. on July 18, 2011, 10:22:44 PM
Quote from: wildenborch on July 18, 2011, 12:39:36 PM
Hi Ichbin,

I wonder if search article fuction is working at all.
I just tried it with my own sites but also on this site and my search did not show any result.
I searched for "Tinyportal"  !!!

So I think there is an error in the search function.

Wildenborch



Verified on my site, doing an article search of a known value (How to use the gallery (http://www.ourfamilyforum.org/FamilyForum/index.php?page=110)) returns no results.
Also tried using the article number just in case, still no result.
Title: Re: Searching articles
Post by: lurkalot on July 18, 2011, 10:26:06 PM
Quote from: Ken. on July 18, 2011, 10:22:44 PM

Verified on my site, doing an article search of a known value (How to use the gallery (http://www.ourfamilyforum.org/FamilyForum/index.php?page=110)) returns no results.
Also tried using the article number just in case, still no result.

Ken.  Just tried it on here too,  searched for "recent" which should be the last 25 topics page, http://www.tinyportal.net/index.php?page=recent  and this also returned nothing.  Just a page refresh.
Title: Re: Searching articles
Post by: IchBin on July 18, 2011, 11:54:57 PM
Put in the bug tracker please.
Title: Re: Searching articles
Post by: lurkalot on July 19, 2011, 12:19:53 AM
Quote from: IchBinâ,,¢ on July 18, 2011, 11:54:57 PM
Put in the bug tracker please.

Done.  O0
Title: Re: Searching articles
Post by: wildenborch on July 19, 2011, 10:46:34 AM
I hope this issue will be solved soon because it's an important fuction on one of my sites (a patient society website with lots of articles).
Title: Re: Searching articles
Post by: IchBin on July 19, 2011, 10:18:05 PM
In Sources/TPmodules.php find this on about line #510.
WHERE {string:query}

Replace with:
WHERE {raw:query}
Title: Re: Searching articles
Post by: Ken. on July 19, 2011, 10:25:19 PM
Quote from: IchBinâ,,¢ on July 19, 2011, 10:18:05 PM
In Sources/TPmodules.php find this on about line #510.
WHERE {string:query}

Replace with:
WHERE {raw:query}

Checking now... brb
Title: Re: Searching articles
Post by: Ken. on July 19, 2011, 10:30:58 PM
Works!
Good job Brad.  O0

Line #1019 on mine.  :)
Title: Re: Searching articles
Post by: wildenborch on July 20, 2011, 06:58:04 AM
Yes!
Thank you very much!