Search found 5 matches
- Fri Oct 21, 2005 4:32 pm
- Forum: Bug reports
- Topic: Volltextsuche mit Literalen
- Replies: 7
- Views: 10664
- 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 ...
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 ...
- Fri Oct 21, 2005 3:00 pm
- Forum: Bug reports
- Topic: Volltextsuche mit Literalen
- Replies: 7
- Views: 10664
- 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 ...
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 ...
- 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
.. und wäre es einfach im Frontend den HTML-Editor anzuziehen, statt dem Textfeld?
Wo und wie am besten?
Danke
Urs