Hello,
is there a plugin which gives the possibility to search text over all documents like fulltextearch but the hits must be in one line of the document.
example
when i search "my book" it should only be found when it is written in one line of the document.
This is my house
This is my book
should not match
This is my book.
should match
The next wish is to show the results as text not as code. any idea?
background:
my wiki is used for minaralogical data. There are a lot of chemical formulas and i want to search for formulas containing specific elements.
Hello,
is there a plugin which gives the possibility to search text over all documents like fulltextearch but the hits must be in one line of the document.
example
when i search "my book" it should only be found when it is written in one line of the document.
This is my house
This is my book
should not match
This is my book.
should match
The next wish is to show the results as text not as code. any idea?
background:
my wiki is used for minaralogical data. There are a lot of chemical formulas and i want to search for formulas containing specific elements.
http://www.mineralienatlas.de/phpwiki/index.php/Mineralklasse-IIB
Regards Stefan
I see. currently not but we can extend it to enable regular expressions.
s="^Schlemait"
Did't know if its the right way fro me. I want to search about 30 wiki documents with a lot of lines like you can see on these page
http://www.mineralienatlas.de/phpwiki/index.php/Mineralklasse-IIB
there are formulas like Cu2S
Cu =copper
S = sulfur
Now i want to search for all formulas containing copper and sulfur
So the search pattern has to know which pages to search and which patterns have to be in one line to show the line. (in this example Cu and S).
It seems very complex. The best for me seems to be an database plugin where i can show the information insinde te wiki and search within the column.
Think you can't help me here.
Thanks and Regards
Stefan