Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Is search box working?
magruf
New
Hello. I have just installed vaniila forum for testing and noticed that search box on top side doesn't work. Is this a bug or another way to sue it?
I tried to searched that topic on community but no replied I saw.
Thanks.
Tagged:
0
Comments
on this forum or yours
There was an error rendering this rich post.
If you'd like to "sue" it, I'd recommend contacting a lawyer - giggle - all jokes aside; is your installation live so one might be able to take a closer look at what's wrong? If it isn't live, might you be able to describe what happens when you enter a search term and trying searching - does Vanilla throw back any error messages or the likes?
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
No it is not here. Just I have installed a test forum here: http://zahek.net/vanilla/
When try to search anything no any result. Here is a result: http://zahek.net/vanilla/search?Search=sample
Vanilla i think runs search on a cron ( not 100% ) sure.
There was an error rendering this rich post.
Like @422 pointed out, you'll just need to wait until your forums has a bunch of posts before Vanilla will actually start indexing stuff. You can search directly using "+ [term]" meaning that searching for "+ sample" (sample being a word used in one of your discussions) will yield results.
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
OMG sorry for this. It is very easy. I think I just need to read more Thank you.
This "+" is just for content search? Becouse if I want to search user , doesn't gave result.
Or do you know all search tips?
Mysql full text is not going to give you more than a rudimentary search engine with mysql fulltext. If you are happy with this fine, if not you could set up sphinx search.
@422 the fulltext indexes are integral, with the database, it is just with it relies on statistical calculations which require more data.
grep is your friend.
+1, I was about to write that.
My shop | About Me
I'm convinced. I am going to install Sphinx on my server when I get home tonight.
Thank you for all information.
Thank you for all information.