Does `insertAndGetId` as describe <here> not exist...
# exposed
b
Does
insertAndGetId
as describe here not exist any more?
A search in the repo on github did not yield any result
c
Hi @Bård Kristian
insertAndGetId()
still exists (source code, api ref). If you're running into issues using it, please consider sharing the table it's being called on and the error you're getting, so we can try to assist.
b
I see what's wrong. When I searched on github for it, I double-clicked on the name in the Exposed docs and pasted that into the github search. Apparently that somehow includes non-printing characters that broke the search?
o
I don't know why, but in the end of every title there is a symbol
&#xFEFF
. It's not part of source file with the documentation, so we need to check where it's generated. @Bård Kristian thank you for mentioning the problem, workaround is simple - when you copy title and paste into search, just remove last symbol.
c
This may just be a GitHub pages + anchor link + action issue. For example, if you try to do the same double-click + copy + paste on any header from the Ktor docs, the same exception happens in the GitHub search. Another way to avoid this would be to not double-click as a way of selecting text. Instead, clicking and dragging over the name, before copying, selects the text without any additional characters.
d
Even stranger: That character isn't in the page source.