Hello all
Is it possible to search articles, not just forum?
Not at this time. That feature will come, but not until next beta(3).
That's fantastic!
thanks Bloc
Solved !
What's solved ? ... I can't search on articles :(
The question is solved, with the reply, no search until a future release of TP
TP v1.0 Beta3 is now equipped with search on articles as well.
solved :2funny:
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!
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
I'm using 2.0 and I still can't search articles.
There's a separate link on the search page that allows you to search articles. Searching articles is not included in the forum search.
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
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.
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.
Put in the bug tracker please.
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).
In Sources/TPmodules.php find this on about line #510.
WHERE {string:query}
Replace with:
WHERE {raw:query}
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
Works!
Good job Brad. O0
Line #1019 on mine. :)
Yes!
Thank you very much!