Search found 6 matches

by clesage
Fri Jul 15, 2011 9:14 am
Forum: General discussions
Topic: 2.7.0 beta Search ONLY in Keywords, possible ?
Replies: 3
Views: 4051

Re: 2.7.0 beta Search ONLY in Keywords, possible ?

Hi

As you are the coder, could you help me with your code ?

What can i change to have ONLY keywords search in client interface AND admin interface
How do you do the index.php?action=view tree , i don't understand how categories are sorted (Edit an article menu)

I really don't know how people ...
by clesage
Thu Jun 30, 2011 11:31 am
Forum: General discussions
Topic: Configure Search on just TAGS, KEYWORDS
Replies: 3
Views: 4532

Re: Configure Search on just TAGS, KEYWORDS

Too bad this usefull things aren't coded :(

Is it possible or not ? Thorsten, could you answer (even if this thread is old) ?

Could you give us the things to change to search only in keywords (must be simple no ?)
by clesage
Thu Jun 30, 2011 11:12 am
Forum: General discussions
Topic: 2.7.0 beta Search ONLY in Keywords, possible ?
Replies: 3
Views: 4051

2.7.0 beta Search ONLY in Keywords, possible ?

Hello

I need to tweek a little bit PHPMYFAQ

The main goal is to search ONLY in keywords (not in the content, not in the thema)

I found this code in Search.php (line 152)

if (is_numeric($searchterm)) {
$search->setMatchingColumns(array($fdTable . '.solution_id'));
} else {
$search ...
by clesage
Mon May 09, 2011 4:05 pm
Forum: Bug reports
Topic: Search not working if navigate in categories
Replies: 0
Views: 6037

Search not working if navigate in categories

Hi peoples !

I have a FAQ with some mains categories, each of them with sub categories like

I
a
b
c
II
d
e
f

Let's made an article with the word 'im here' inside and we 'attach' it to the II category ; e subcategories

If i make a search from the index page, the engine will look ...
by clesage
Tue Oct 12, 2010 2:51 pm
Forum: Bug reports
Topic: Search engine display all articles even forbidden ones
Replies: 3
Views: 4595

Re: Search engine display all articles even forbidden ones

Thank you, it's very important for us.
I can't ask people to put rights on each articles specially if they are in a categorie with rights on it.

Or maybe a button like 'click here to apply rights on articles using same rights on categories they are attached'

Hope to have some news soon :)
by clesage
Fri Oct 08, 2010 11:25 am
Forum: Bug reports
Topic: Search engine display all articles even forbidden ones
Replies: 3
Views: 4595

Search engine display all articles even forbidden ones

Hi all

I'm using PHPMYFAQ 2.6.9
I use the medium permission level.
I created a special group with 2 users and updated some categories to be available only for this group

But if i use the search engine, no logged, i find ALL articles.

If an article is attached to a categorie and if the categorie ...