Search found 5 matches

by ufo
Fri Oct 21, 2005 4:32 pm
Forum: Bug reports
Topic: Volltextsuche mit Literalen
Replies: 7
Views: 10664

SELECT faqdata.id AS id, faqdata.lang AS lang, faqcategoryrelations.category_id AS category_id, faqdata.thema AS thema, faqdata.content AS content FROM faqdata LEFT JOIN faqcategoryrelations ON faqdata.id = faqcategoryrelations.record_id AND faqdata.lang = faqcategoryrelations.record_lang WHERE ...
by ufo
Fri Oct 21, 2005 3:22 pm
Forum: Bug reports
Topic: Volltextsuche mit Literalen
Replies: 7
Views: 10664

DEBUG INFORMATION:
SELECT id, lang, parent_id, name, description FROM faqcategories WHERE lang = 'en' ORDER BY id
SELECT DISTINCT faqdata.id AS id, faqdata.lang AS lang, faqdata.thema AS thema, faqcategoryrelations.category_id AS category_id, faqvisits.visits AS visits FROM faqvisits, faqdata LEFT ...
by ufo
Fri Oct 21, 2005 3:00 pm
Forum: Bug reports
Topic: Volltextsuche mit Literalen
Replies: 7
Views: 10664

OK, werde mal schauen. Grundsätzlich löst das hier das Problem:

> $against = "('".str_replace(" ", "* ", trim($string))."*' IN BOOLEAN MODE)"; // Search with MySQL 4.0.1+
---
< $against = "('$string' IN BOOLEAN MODE)"; // Search with MySQL 4.0.1+

Das gibt dir die volle Kontrolle über die ...
by ufo
Fri Oct 21, 2005 12:58 pm
Forum: Bug reports
Topic: Volltextsuche mit Literalen
Replies: 7
Views: 10664

Volltextsuche mit Literalen

Hallo

Habe einiges versucht und die Ergebnisse sind nicht so ermutigend.
Meine Umgebung:
MySQL 4.1.11 (phpMyAdmin 2.6.1-pl3)
PHPMyFAQ 1.5.3

Direkt auf der DB ausgeführt (MyAdmin) ergibt das hier:
SELECT * FROM `faqdata`
WHERE match (keywords, thema, content)
against ( ' "stop limit" ' in ...
by ufo
Fri Oct 21, 2005 11:48 am
Forum: Bug reports
Topic: XML in Artikel einbinden
Replies: 7
Views: 12006

XML als Text

Hallo

.. und wäre es einfach im Frontend den HTML-Editor anzuziehen, statt dem Textfeld?

Wo und wie am besten?

Danke
Urs