搜索文档的技巧

在confluence中进行搜索的时候,也需要使用通配符。比如搜索cmscontext,需要这么搜索cmscontex*,如果搜索的话,cmscontext.geturl是会被过滤掉的。标点被截断

https://confluence.atlassian.com/conf66/confluence-search-syntax-943962309.html

Leading wildcards

Lucene doesn't allow wildcards at the beginning of your search, but you can format your search as a regular expression as a workaround.

For example, you can't search for *hum* or ?hum*, as they begin with a wildcard, but you can search for /.*hum.*/ and find things like hum, human, and inhumane.

所以,搜索的时候使用/.*cmscontext.*/ 和/.*settingsprovider.*/

如果搜索2个单词的话,可以直接搜索"v6-master",不需要使用上面的通配符

在confluence中插入日期

https://community.atlassian.com/t5/Confluence-questions/Include-date-in-Confluence/qaq-p/371181

You can press // to initiate the date picker.

Drafts in confluence

https://confluence.atlassian.com/doc/drafts-149040.html

Copy a page

https://confluence.atlassian.com/doc/copy-a-page-139013.html

Copy pages

To copy a single page:

  1. Go to the page and choose   > Copy.
  2. Choose a Location for the new page.
  3. Hit Copy.

Confluence will open the copy of the page in the editor and name it 'Copy of [original page title]'.

You can then rename the page and work in the editor like any ordinary page.

还需要在新打开的页面中选择location

注意事项:

这里的copy指的是,copy然后add。并不支持覆盖

https://jira.atlassian.com/browse/CONFSERVER-54829

最新文章

  1. 检索Google Maps地图位置(小训练)
  2. 怎样将BigDecimal转换成Int
  3. CodeForces 688E-The Values You Can Make
  4. extjs文件上传
  5. Ubuntu下virtualbox nat网络模式下 实现宿主机访问虚拟机
  6. thinkphp隐藏中url的index.php
  7. (转)SQLLite数据操作
  8. highcharts 显示点值的效果
  9. mysql 复杂的查询语句,工作中用到的记录下
  10. ASP.NET缓存全解析7:第三方分布式缓存解决方案 Memcached和Cacheman 转自网络原文作者李天平
  11. java_java 利用JAX-RS快速开发RESTful 服务
  12. String类扩展
  13. js面向对象编程:if中能够使用那些作为推断条件呢?
  14. SQL点滴18—SqlServer中的merge操作,相当地风骚
  15. python2.7 使用super关键词 报错 TypeError: must be type, not&n
  16. Django之模板
  17. HTML5基础标签
  18. uvalive 4288 Cat Vs. Dog
  19. DevExpress WinForms使用教程:Ribbon性能
  20. LVS健康检查脚本

热门文章

  1. mode(BZOJ 2456)
  2. idea 自定义工具栏
  3. C++ 中new
  4. 洛谷——P1057 传球游戏
  5. Codeforces 451 E Devu and Flowers
  6. 【js html】对于<img>图片的引用填充,src可以给什么值?
  7. 【Todo】Java8新特性学习
  8. 关于one-hot encoding思考
  9. iOS 获取appstore 版本
  10. Android中View的事件分发机制——Android开发艺术探索笔记