Search on description
I'm lacking the possibility to search on the issue description. It's possible to search using the name or any attribute, but the most important field, the description, isn't possible.
Read only users
I would like to give access to users in read only mode, but I'm not ok with granting public read only access.
- Log in to post comments
Thanks for your feedback. Both things should be possible in one of the future versions.
Regards,
Michał
And serching though comments would be come in handy, too.
i made a fast and custom solution for myself.
maybe it can be useful for you too.
http://pastie.org/8982635
to install just open an folder in your webissues root dir
eg: "/search"
save the code as index.php
it will search in only text columns
I've edited your pastie post to be more universal: it now gets DB structure from the config file instead of plaintext in the sql query.
Is it possible for you to share it? I also need the search by description and comments and somehow the above solution is not working for me. I am using 1.1.2. I have pasted the code in index.php inside a new folder called "search" inside the main root folder where I have webissues installed as well as inside the "client" folder.
Hi,
This is the modified file:
http://pastebin.com/iigKpmbJ
Attention: There is no authentication whatsoever on the search results! Also no input validation, so vulnerable for SQL attacks etc. So only use in trusted environments, for example a PRIVATE internal use only server.